New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for cancelable events of RadWizard.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class WizardCancelEventArgs : EventArgs

Inheritance: objectEventArgsWizardCancelEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the WizardCancelEventArgs class.

C#
public WizardCancelEventArgs()

Properties

Determines whether the event is canceled or may continue.

C#
public bool Cancel { get; set; }