DashboardDesigner.SelectedDataSourceChanged Event
In This Article
Occurs after the selected data source or query/data member is changed in the Data Source Browser.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#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 |
---|---|
New |
Gets the currently selected data member. |
New |
Gets the component name of a currently selected data source. |
Old |
Gets an old data member. |
Old |
Gets the component name of an old data source. |
See Also