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