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!

ReadyStateEventArgs.state

Contains the state of the object firing the event.

[Visual Basic]
Public ReadOnly state As String
[C#]
public readonly string state;
[C++]
public: readonly String* state;
[JScript]
public var state : String;

See Also

ReadyStateEventArgs Class | ReadyStateEventArgs Members | System.WinForms Namespace