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

WizardCommandButtonClickEventArgs.Handled Property

Gets or sets whether an event was handled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v20.1.dll

NuGet Package: DevExpress.Win

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the default precessing is not required; otherwise, false.

See Also