Skip to main content

ISelectDataSourcePageView.SelectedDataSourceChanged Event

Occurs when the selected item in the Available items list is changed.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

event EventHandler SelectedDataSourceChanged

Event Data

The SelectedDataSourceChanged event's data class is EventArgs.

See Also