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.
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.