DataConnectionStateChangedEventArgs.NewState Property

Definition

Retrieves the state of the data connection subsequent to change.

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

Property Value

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

Applies to