System.Data.StateChangeEventArgs: Property Members

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

Public Properties

[read-only]
CurrentStateConnectionState.

Gets the new state of the connection. The connection object will be in the new state already when the event is fired.

[read-only]
OriginalStateConnectionState.

Gets the original state of the connection.