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!

DBConnection.CreateNewStateChangeEvent

[To be supplied.]

[Visual Basic]
Overridable Protected Function CreateNewStateChangeEvent( _
   ByVal originalState As DBObjectState _
) As StateChangeEventArgs
[C#]
protected virtual StateChangeEventArgs CreateNewStateChangeEvent(
   DBObjectState originalState
);
[C++]
protected: virtual StateChangeEventArgs* CreateNewStateChangeEvent(
   DBObjectState originalState
);
[JScript]
protected function CreateNewStateChangeEvent(
   originalState : DBObjectState
) : StateChangeEventArgs;

Parameters

originalState
[To be supplied.]

See Also

DBConnection Class | DBConnection Members | System.Data.Internal Namespace