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

WizardPageBase<TView, TModel>.Changed Event

Occurs when settings on the current wizard page were changed.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

See Also