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

Holds a reference to an object that manages the event's state.

[Visual Basic]
Public ReadOnly Property ExtendedInfo As Object
[C#]
public object ExtendedInfo {get;}
[C++]
public: __property Object* get_ExtendedInfo();
[JScript]
public function get ExtendedInfo() : Object;

See Also

EventArgs Class | EventArgs Members | System Namespace