DataConnectionStateChangedEventArgs Constructor
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.
Class constructor. Initializes a new instance of the DataConnectionStateChangedEventArgs class and provides the old and new states.
public:
DataConnectionStateChangedEventArgs(Microsoft::VisualStudio::Data::DataConnectionState oldState, Microsoft::VisualStudio::Data::DataConnectionState newState);
public DataConnectionStateChangedEventArgs (Microsoft.VisualStudio.Data.DataConnectionState oldState, Microsoft.VisualStudio.Data.DataConnectionState newState);
new Microsoft.VisualStudio.Data.DataConnectionStateChangedEventArgs : Microsoft.VisualStudio.Data.DataConnectionState * Microsoft.VisualStudio.Data.DataConnectionState -> Microsoft.VisualStudio.Data.DataConnectionStateChangedEventArgs
Public Sub New (oldState As DataConnectionState, newState As DataConnectionState)
Parameters
- oldState
- DataConnectionState
The state of the data connection prior to change.
- newState
- DataConnectionState
The state of the data connection subsequent to change.