NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventArgs Fields

The fields of the EventArgs class are listed below. For a complete list of EventArgs class members, see the EventArgs Members topic.

Public:

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.

See Also

EventArgs Class | System Namespace