System.Data.StateChangeEventArgs Members

The members of System.Data.StateChangeEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Data.StateChangeEventArgs class, when given the original state and the current state of the object.

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.