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 Constructor

Initializes a new instance of the EventArgs class.

Overload List

Initializes a new instance of the EventArgs class. This constructor is called only by the NGWS runtime.

[Visual Basic] Overloads Public Sub New()
[C#] public EventArgs();
[C++] public: EventArgs();
[JScript] public function EventArgs();

Initializes a new instance of the EventArgs class with the specified state.

[Visual Basic] Overloads Public Sub New(Object)
[C#] public EventArgs(Object);
[C++] public: EventArgs(Object*);
[JScript] public function EventArgs(Object);

See Also

EventArgs Class | EventArgs Members | System Namespace