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