mscorlib(4.0.0.0) API with additions
|
Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data. More...
Public Member Functions | |
EventArgs () | |
Initializes a new instance of the T:System.EventArgs class. More... | |
Static Public Attributes | |
static readonly EventArgs | Empty = new EventArgs() |
Provides a value to use with events that do not have event data. More... | |
Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.
Definition at line 9 of file EventArgs.cs.
System.EventArgs.EventArgs | ( | ) |
Initializes a new instance of the T:System.EventArgs class.
Definition at line 17 of file EventArgs.cs.
Provides a value to use with events that do not have event data.
Definition at line 13 of file EventArgs.cs.