Skip to main content
A newer version of this page is available.
All docs
V19.1

ISelectDataSourcePageView Members

Obsolete. Obsolete. Use the ISelectDataSourcePageView interface instead.

Properties

Name Description
SelectedDataSourceName If implemented, specifies the data source selected in the Available items list.

Methods

Name Description
FillDataSourceList(IEnumerable<DataSourceInfo>) If implemented, populates the list of available data sources.
ShowWaitIndicator(Boolean) If implemented, shows or hides the wait indicator on a wizard page.

Events

Name Description
SelectedDataSourceChanged Occurs when the selected item in the Available items list is changed.
See Also