Class WizardStepChangeEventArgs
The event arguments of step change event of the Wizard.
Inheritance
System.Object
WizardStepChangeEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class WizardStepChangeEventArgs : Object
Constructors
WizardStepChangeEventArgs()
Declaration
public WizardStepChangeEventArgs()
Properties
IsCancelled
Whether the event is canceled and the built-in action is prevented.
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|
TargetIndex
The index of the targeted new Wizard step.
Declaration
public int TargetIndex { get; set; }
Property Value
System.Int32
|