Table of Contents

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

StepAction

Cancel

Whether to disallow this request.

public bool Cancel { get; set; }

Property Value

bool

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; }

Property Value

int