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

The event arguments of step change event of the Wizard.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class WizardStepChangeEventArgs

Inheritance: objectWizardStepChangeEventArgs

Constructors

C#
public WizardStepChangeEventArgs()

Properties

Whether the event is canceled and the built-in action is prevented.

C#
public bool IsCancelled { get; set; }

The index of the targeted new Wizard step.

C#
public int TargetIndex { get; set; }