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
    Rotor

    Rotor explanation...

    1: // ==++==
    2: //
    3: //
    4: // Copyright (c) 2002 Microsoft Corporation. All rights reserved.
    5: //
    6: // The use and distribution terms for this software are contained in the file
    7: // named license.txt, which can be found in the root of this distribution.
    8: // By using this software in any fashion, you are agreeing to be bound by the
    9: // terms of this license.
    10: //
    11: // You must not remove this notice, or any other, from this software.
    12: //
    13: //
    14: // ==--==
    15: namespace System {
    16:     


    Empty - Info | MSDN | Search
    17:     using System;
    18:     // The base class for all event classes.
    19:     /// <include file='doc\EventArgs.uex' path='docs/doc[@for="EventArgs"]/*' />
    20:     [Serializable]
    21:     public class EventArgs {
    22:         /// <include file='doc\EventArgs.uex' path='docs/doc[@for="EventArgs.Empty"]/*' />
    23:         public static readonly EventArgs Empty = new EventArgs();
    24:     
    25:         /// <include file='doc\EventArgs.uex' path='docs/doc[@for="EventArgs.EventArgs"]/*' />
    26:         public EventArgs()
    27:         {
    28:         }
    29:     }
    30: }

    Generated on 24/10/2003 19:00:35

    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