DataConnectionStateChangedEventArgs.OldState Property

Definition

Retrieves the old state of the data connection.

public:
 property Microsoft::VisualStudio::Data::DataConnectionState OldState { Microsoft::VisualStudio::Data::DataConnectionState get(); };
public Microsoft.VisualStudio.Data.DataConnectionState OldState { get; }
member this.OldState : Microsoft.VisualStudio.Data.DataConnectionState
Public ReadOnly Property OldState As DataConnectionState

Property Value

Returns a DataConnectionState object instance indicating the old state of the data connection.

Applies to