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