Back to Devexpress

DashboardDesigner.SelectedDataSourceChanged Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-9c83b8ba.md

latest2.1 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event SelectedDataSourceChangedEventHandler SelectedDataSourceChanged
vb
Public Event SelectedDataSourceChanged As SelectedDataSourceChangedEventHandler

Event Data

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

PropertyDescription
NewDataMemberGets the currently selected data member.
NewDataSourceComponentNameGets the component name of a currently selected data source.
OldDataMemberGets an old data member.
OldDataSourceComponentNameGets the component name of an old data source.

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace