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.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.

[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;

See Also

EventArgs Class | EventArgs Members | System Namespace