The properties of System.Data.StateChangeEventArgs are listed below. For a list of all members, see the StateChangeEventArgs Members list.
See Also: Inherited members from System.EventArgs
[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. |