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

SelectedDataSourceChangedEventHandler Delegate

References a method that handles the DashboardDesigner.SelectedDataSourceChanged event.

Namespace: DevExpress.DashboardWin

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

Declaration

public delegate void SelectedDataSourceChangedEventHandler(
    object sender,
    SelectedDataSourceChangedEventArgs e
);

Parameters

Name Type Description
sender Object

The event sources.

e SelectedDataSourceChangedEventArgs

The SelectedDataSourceChangedEventArgs object containing event data.

See Also