Represents an event with no state. EventArgs.Empty allows for the efficient use of events with no state, as it can be raised efficiently. The value of Empty is an Event with its ExtendedInfo field set to null.
[Visual Basic] Public Shared ReadOnly Empty As EventArgs [C#] public static readonly EventArgs Empty; [C++] public: static readonly EventArgs* Empty; [JScript] public static var Empty : EventArgs;