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.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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