Initializes a new instance of the EventArgs class.
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);