DataConnectionStateChangedEventArgs.OldState 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 old state of the data connection.
public:
property Microsoft::VisualStudio::Data::DataConnectionState OldState { Microsoft::VisualStudio::Data::DataConnectionState get(); };
public Microsoft.VisualStudio.Data.DataConnectionState OldState { get; }
member this.OldState : Microsoft.VisualStudio.Data.DataConnectionState
Public ReadOnly Property OldState As DataConnectionState
Property Value
Returns a DataConnectionState object instance indicating the old state of the data connection.