Skip to main content
A newer version of this page is available. .

DashboardDesigner.SelectedDataSourceChanged Event

Occurs after the selected data source or query/data member is changed in the Data Source Browser.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public event SelectedDataSourceChangedEventHandler SelectedDataSourceChanged

Event Data

The SelectedDataSourceChanged event's data class is SelectedDataSourceChangedEventArgs. The following properties provide information specific to this event:

Property Description
NewDataMember Gets the currently selected data member.
NewDataSourceComponentName Gets the component name of a currently selected data source.
OldDataMember Gets an old data member.
OldDataSourceComponentName Gets the component name of an old data source.
See Also