DataConnectionStateChangedEventArgs Class

Encapsulates event data for the StateChanged event for a data connection.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.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.Services.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.Services Namespace