DataConnectionStateChangedEventArgs.NewState Property

Definition

Gets the new state of the data connection.

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

Property Value

A value from the DataConnectionState enumeration indicating the new state of the data connection.

Applies to