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

IWizardPage<TWizardModel>.Changed Event

Occurs when settings on the current wizard page were changed.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

See Also