Share via


DatabaseConnectionControl.SelectionChanged Field

Event that is raised when the user changes the selected connection.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public SelectionChanged As EventHandler(Of EventArgs)
public EventHandler<EventArgs> SelectionChanged
public:
EventHandler<EventArgs^>^ SelectionChanged
val mutable SelectionChanged: EventHandler<EventArgs>
public var SelectionChanged : EventHandler<EventArgs>

.NET Framework Security

See Also

Reference

DatabaseConnectionControl Class

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