System.EventArgs Class
Information   Base Types   Related Resources

EventArgs is the base class for classes containing event data.

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (890)Discussions (11139)MembersRotorChanges
    Articles

    Page: 1234567891011121314151617181920
    21222324252627282930313233343536
    Logging Errors Automatically in Your ASP.NET Application
    DotNetJunkies
    As developers, we can only fix things if we know they're broken. I've been a part of several companies in which the users will encounter a fatal error on a web page and just close the browser and go home. That doesn't help anybody, especially me (as the developer) because even though the application went through several rounds of testing and bug fixing, two months down the road I could find myself in a meeting with a dozen people who suddenly bring up the fact that only two thirds of the application is usef
    Logging Unhandled Page Exceptions To The System Event Log
    DotNetJunkies
    Error handling is a critical part of building enterprise level web applications, for that matter, it is a huge page of any application. In one of last weeks article we discussed using the Try...Catch...Finally statement to catch and respond to exceptions thrown during the page execution process. In this article I will be introducing a new way to catch Page-Level exceptions by introducing the HandleError Method.
    Longhorn Foghorn: A Journey of a Thousand Miles
    MSDN
    Chris Sells begins his "Longhorn" Solitaire project at the ground floor.
    Longhorn Foghorn: Crazy About Avalon Data Binding
    MSDN
    Chris Sells continues his discussion on Avalon and introduces data binding into his Longhorn based Solitaire application.
    Longhorn Foghorn: Still Crazy After All These Bindings
    MSDN
    Chris Sells explores how views maintain the current item and how they support filtering and sorting. He then looks at transforms for binding to data of one type and mapping to data of another type or in a different range of values.
    Maintaining State With User Controls
    DotNetJunkies
    I don't know about you, but I've never been comfortable designing a site that requires Session variables to maintain state. My ASP applications have always verified a user and appended their unique identifier / ID to the QueryString (or passed it along in a hidden form field). It was a pain, but at least I knew that a user with cookies turned off would still be able to use the site.
    Maintaining State With User Controls
    DotNetJunkies
    This tutorial shows how a simple user control can provide easy-to-maintain navigation, track users through your site (i.e. "maintain state"), and provide security for various areas of a site.
    Making Business Objects has never been easier!
    DotNetJunkies
    I am sure no one reading this has ever put data access code inside asp pages! Right, Right, I thought not. Many people still put things that should be in business objects or data objects inside their ASP code. Bad, bad, bad!! Actually, I am even guilty of this, I think everyone is. Why? Because typical objects are a pain, especially when it is something as simple as making a database connection and querying a database. You have worry about versioning, etc. We all know what I am talking about. The g
    Managing a Music Collection Using Visual Basic Express and SQL Server Express
    MSDN
    Build a music collection management application using Visual Basic 2005 Express and SQL Server 2005 Express.
    Manipulating Binary File Data
    C#Today
    In one of Matthew Reynolds earlier articles, he showed us how we can save and load document data to a file. This data was stored in a binary format that mimics the way your computer stores the data in memory. This can be easily achieved in .NET, providing that we understand how data is stored within the file. What we havent seen is how to manipulate data that is in a specific format, but where that format is not designed by us or stored in a binary format. In this article, Matthew shows us how we can use various classes in the Framework to read binary data directly from a very popular file format: MP3.
    Master Pages in ASP.NET 2.0
    MSDN
    Master Pages enable you to create ASP.NET pages that follow a consistent theme and style. Stephen Walther shows you how to take advantage of this new feature.
    MASTER PAGES Master Your Site Design with Visual Inheritance and Page Templates
    MSDN
    This article covers Building Web page templates the old way, ceating Master Pages in ASP.NET 2.0, and Master Pages implementation details.
    MDI Forms
    C# Corner
    The following source code will provide the use of MDI Forms in C#.
    Microsoft Office and .NET Interoperability
    MSDN
    By now, you have most likely heard about the new features that the Microsoft® .NET platform brings to solutions development. I am sure you are wondering how you can take advantage of these .NET features with your Microsoft Office solutions. In this month's column, I introduce you to how Office and .NET work together from a code perspective.
    Microsoft Visual Basic .NET 2003 Kick Start Chapter 3: Building Windows Applications
    The Code Project
    An introduction to building Windows applications using Visual Basic .NET.
    Migrating from ASP.NET 1.x to ASP.NET 2.0
    MSDN
    Explore features new to ASP.NET 2.0 from ASP.NET 1.x that offer a better set of options for Web development within the .NET Framework.
    Mobile Word Jumble
    C# Corner
    Here is an application where u can Play Word Jumble in Mobile.
    Mobility: Add Keyboard Support to Compact Framework Apps by Trapping Windows Messages
    MSDN
    Get access to Windows messages to include keyboard support in your .NET Compact Framework-based app.
    Modularizing Object Collections With The Collections API
    C#Today
    The Collections API in the .NET Framework merits close attention by all .NET developers because of the flexibility it offers for writing applications in .NET. We can use it to manage groups or collections of similar objects, standardizing the way in which groups of objects are handled by our programs. In this article, Thiru Thangarathinam takes us through a tour of all the important collection classes by showing us examples, and then goes on to show us how these collection classes can be very useful in the day-to-day work of a developer.
    Monitoring Processes and Threads in .NET
    C#Today
    In this article, Melanie Talmadge shows us how to write a process and thread monitoring system in .NET using C#. We cover the System.Diagnostics namespace with its Process and ProcessThread classes for working with process and threads, and write our own Task Manager application, similar to that which comes with Windows NT and Windows 2000. This program displays all the running processes, their related resources and related threads.
    Monitoring the ASP.NET Process
    ASP Alliance
    Several people have asked whether there is anyway to remotely identify how an ASP.NET worker process is behaving. Now that ASP.NET has built in memory leak, crash and deadlock detection. ASP.NET automatically track errors and auto-cycle the worker process if necessary. There is no obvious way to tell when a problem occurred. Of course, this is a good thing since it means your users don't know anything went wrong either.
    Mouse and Key Events
    C# Corner
    This article explains the usage of key and mouse events. The following code shows you how you can read mouse position on mouse move.
    MS Word 2003 XML Output
    The Code Project
    How to give a Word output without MS Office Web Components (OWC) on the server.
    Multilingual Support in C#
    C# Corner
    The computer is now in use in almost all parts of the world so much work is in progress to give support to languages other than English. Many major languages of the world like Arabic, Hindi and Chinese are not written in Roman Script, so special features are provided for dealing with these languages. This article will tell how to implement multilingual application using C#.
    Multilingual Support in C#
    The Code Project
    Computer is now in use in almost all parts of the world so much work is in progress to give support to languages other than English. Many major lnaguages of the world like Arabic, Hindi and Chinese are not written in Roman Script, so specail features are provided for dealing with these languages. This article will tell how to implement multilingual application using C#. Our Example Script will be Arabic. But it can be generalized to any major language of the world.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com