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

WizardCommandButtonClickEventHandler Delegate

Represents a method that will handle the button click events.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

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