Back to Devexpress

WizardCommandButtonClickEventHandler Delegate

windowsforms-devexpress-dot-xtrawizard-030788ee.md

latest1.3 KB
Original Source

WizardCommandButtonClickEventHandler Delegate

Represents a method that will handle the button click events.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public delegate void WizardCommandButtonClickEventHandler(
    object sender,
    WizardCommandButtonClickEventArgs e
);
vb
Public Delegate Sub WizardCommandButtonClickEventHandler(
    sender As Object,
    e As WizardCommandButtonClickEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | WizardCommandButtonClickEventArgs |

A WizardCommandButtonClickEventArgs object that contains event data.

|

See Also

DevExpress.XtraWizard Namespace