Skip to main content

ChooseConnectionPage.Changed Event

Occurs when the selected item in the list of available connections 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