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!

StateChangeEventArgs.OriginalState

[To be supplied.]

[Visual Basic]
Public ReadOnly Property OriginalState As DBObjectState
[C#]
public DBObjectState OriginalState {get;}
[C++]
public: __property DBObjectState get_OriginalState();
[JScript]
public function get OriginalState() : DBObjectState;

See Also

StateChangeEventArgs Class | StateChangeEventArgs Members | System.Data Namespace