DatabaseConnectionControl.ConnectionAdded Field
Event that is raised when the user adds a connection by using the New Connection button.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public ConnectionAdded As EventHandler(Of DatabaseConnectionAddedOrRemovedEventArgs)
public EventHandler<DatabaseConnectionAddedOrRemovedEventArgs> ConnectionAdded
public:
EventHandler<DatabaseConnectionAddedOrRemovedEventArgs^>^ ConnectionAdded
val mutable ConnectionAdded: EventHandler<DatabaseConnectionAddedOrRemovedEventArgs>
public var ConnectionAdded : EventHandler<DatabaseConnectionAddedOrRemovedEventArgs>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.