Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StepperStepChangeEventArgs
Inheritance: objectStepperStepChangeEventArgs
Constructors
C#
public StepperStepChangeEventArgs()
Properties
Whether the event is cancelled and the built-in action prevented.
C#
public bool IsCancelled { get; set; }
Specify the index of the targeted step.
C#
public int TargetIndex { get; set; }