StateChangeEventArgs.OriginalState Property

Definition

Gets the original state of the connection.

public:
 property System::Data::ConnectionState OriginalState { System::Data::ConnectionState get(); };
public System.Data.ConnectionState OriginalState { get; }
member this.OriginalState : System.Data.ConnectionState
Public ReadOnly Property OriginalState As ConnectionState

Property Value

One of the ConnectionState values.

Applies to