Share via


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

See Also

Reference

DatabaseConnectionControl Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace