DataConnectionStateChangedEventArgs.NewState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.