Class
WizardCancelEventArgs

Provides data for cancelable events of RadWizard.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class WizardCancelEventArgs : EventArgs

Inheritance: objectEventArgsWizardCancelEventArgs

Inherited Members EventArgs.Empty

Constructors

WizardCancelEventArgs()

Initializes a new instance of the WizardCancelEventArgs class.

Declaration

cs-api-definition
public WizardCancelEventArgs()

Properties

Cancel

Determines whether the event is canceled or may continue.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool