Skip to main content

WizardCommandButtonClickEventArgs.Handled Property

Gets or sets whether an event was handled.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.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