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
- 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.