Class EventArgs
Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.
Inheritance
EventArgs
Inherited Members
Namespace: System
Assembly: mscorlib.dll
Syntax
public class EventArgs
Constructors
EventArgs()
Initializes a new instance of the EventArgs class.
Declaration
public EventArgs()
Fields
Empty
Provides a value to use with events that do not have event data.
Declaration
public static readonly EventArgs Empty
Field Value
Type | Description |
---|---|
EventArgs |