WizardNavigationEventArgs.Cancel Property
.NET Framework 3.0
Gets or sets a value indicating whether the navigation to the next step in the wizard should be canceled.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_Cancel () /** @property */ public void set_Cancel (boolean value)
public function get Cancel () : boolean public function set Cancel (value : boolean)
Not applicable.
Property Value
true if the navigation to the next step should be canceled; otherwise, false. The default value is false.Community Additions
ADD
Show: