The fields of the EventArgs class are listed below. For a complete list of EventArgs class members, see the EventArgs Members topic.
Empty | 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. |