DataConnectionStateChangedEventArgs.OldState Property

Definition

Gets the state the data connection was in before the last state change.

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

Property Value

A value from the DataConnectionState enumeration indicating the state the data connection was in before the last state change.

Applies to