DataConnectionStateChangedEventArgs Class
Provides event data for the StateChanged event on a data connection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Class DataConnectionStateChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As DataConnectionStateChangedEventArgs
public class DataConnectionStateChangedEventArgs : EventArgs
public ref class DataConnectionStateChangedEventArgs : public EventArgs
public class DataConnectionStateChangedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Data.DataConnectionStateChangedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DataConnectionStateChangedEventArgs Members
Microsoft.VisualStudio.Data Namespace