IChooseExistingConnectionPageViewEx Members
Properties
| Name | Description |
|---|---|
| ExistingConnectionName | If implemented, gets the name of the connection selected from the list of available connections. Inherited from IChooseConnectionPageView. |
| ShouldCreateNewConnection | If implemented, gets whether to create a new data connection or use an existing one from the list. Inherited from IChooseConnectionPageView. |
| SkipDataSource |
Methods
| Name | Description |
|---|---|
| SetConnections(IEnumerable<String>) | If implemented, changes the list of available connections on a wizard page. Inherited from IChooseConnectionPageView. |
| SetSelectedConnection(String) | If implemented, changes the selected item from the list of available connections. Inherited from IChooseConnectionPageView. |
Events
| Name | Description |
|---|---|
| Changed | Occurs when the selected item in the list of available connections is changed. Inherited from IChooseConnectionPageView. |
See Also