The members of System.Data.StateChangeEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Data.StateChangeEventArgs class, when given the original state and the current state of the object. |
[read-only] | CurrentState | ConnectionState.
Gets the new state of the connection. The connection object will be in the new state already when the event is fired. |
[read-only] | OriginalState | ConnectionState.
Gets the original state of the connection. |