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