DatabaseConnectionControl.ConnectionRemoved Field
Event that is raised when you have to remove a connection because the user changed it to a new connection by using the Edit 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 ConnectionRemoved As EventHandler(Of DatabaseConnectionAddedOrRemovedEventArgs)
public EventHandler<DatabaseConnectionAddedOrRemovedEventArgs> ConnectionRemoved
public:
EventHandler<DatabaseConnectionAddedOrRemovedEventArgs^>^ ConnectionRemoved
val mutable ConnectionRemoved: EventHandler<DatabaseConnectionAddedOrRemovedEventArgs>
public var ConnectionRemoved : 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.