Class StepperInteractionEventArgs
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Information about a requested step change when OnPreviewInteraction occurs.
public class StepperInteractionEventArgs
- Inheritance
-
StepperInteractionEventArgs
- Inherited Members
- Extension Methods
Constructors
StepperInteractionEventArgs()
public StepperInteractionEventArgs()
Properties
Action
The requested step action.
public StepAction Action { get; set; }
Property Value
Cancel
Whether to disallow this request.
public bool Cancel { get; set; }
Property Value
Remarks
Set this to true
to indicate that the requested step change should not occur.
StepIndex
The desired step index.
public int StepIndex { get; init; }