Skip to main content

ConfigureExcelFileColumnsPage.Changed Event

Occurs when a collection of selected columns from an Excel file is changed.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

See Also