Click or drag to resize
Wizard .NET Library

WizardPageConfirmEventArgsCancel Property

Gets or sets a value indicating whether this action is to be canceled or allowed.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(false)]
public bool Cancel { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if cancel; otherwise, false to allow. Default is false.
See Also