ConnectionSelectionChanged Field

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

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ConnectionSelectionChanged As EventHandler
'Usage
Dim instance As ImportOptionsControl
Dim value As EventHandler

value = instance.ConnectionSelectionChanged

instance.ConnectionSelectionChanged = value
public EventHandler ConnectionSelectionChanged
public:
EventHandler^ ConnectionSelectionChanged
val mutable ConnectionSelectionChanged: EventHandler
public var ConnectionSelectionChanged : EventHandler

See Also

Reference

ImportOptionsControl Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs Namespace