ConnectionAddedOrRemovedEventArgs Class

Provides data to the DatabaseConnectionControl ConnectionAdded or ConnectionRemoved events.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.DatabaseConnectionControl
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Class ConnectionAddedOrRemovedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ConnectionAddedOrRemovedEventArgs
public class ConnectionAddedOrRemovedEventArgs : EventArgs
public ref class ConnectionAddedOrRemovedEventArgs : public EventArgs
public class ConnectionAddedOrRemovedEventArgs extends EventArgs
type ConnectionAddedOrRemovedEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Common.UI.DatabaseConnectionControl.ConnectionAddedOrRemovedEventArgs

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

ConnectionAddedOrRemovedEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.DatabaseConnectionControl Namespace