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 (Object)

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

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

Parameters

extendedInfo
The state to which to set ExtendedInfo.

Remarks

To be supplied.

See Also

EventArgs Class | EventArgs Members | System Namespace | EventArgs Constructor Overload List