Class
WizardStepChangeEventArgs

The event arguments of step change event of the Wizard.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class WizardStepChangeEventArgs

Inheritance: objectWizardStepChangeEventArgs

Constructors

WizardStepChangeEventArgs()

Declaration

cs-api-definition
public WizardStepChangeEventArgs()

Properties

IsCancelled

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

Declaration

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

Property Value

bool

TargetIndex

The index of the targeted new Wizard step.

Declaration

cs-api-definition
public int TargetIndex { get; set; }

Property Value

int