WizardPageValidatingEventHandler Delegate
In This Article
Represents a method that will handle the BaseWizardPage.PageValidating event.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
public delegate void WizardPageValidatingEventHandler(
object sender,
WizardPageValidatingEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | Wizard |
A Wizard |
See Also