menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepperChangedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StepperChangedEventArgs

    Represents the event arguments for the Stepper's step change event.

    Inheritance
    System.Object
    StepperChangedEventArgs
    StepperChangeEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StepperChangedEventArgs : Object

    Constructors

    StepperChangedEventArgs()

    Declaration
    public StepperChangedEventArgs()

    Properties

    ActiveStep

    Gets the index of the active step after the change.

    Declaration
    public int ActiveStep { get; set; }
    Property Value
    Type Description
    System.Int32

    It represents the active step index, otherwise the default index value 0.

    IsInteracted

    Gets or sets a value indicating whether the step change was initiated by user interaction.

    Declaration
    public bool IsInteracted { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the event was triggered by user interaction. Otherwise, false.

    PreviousStep

    Gets the index of the previous step before the change.

    Declaration
    public int PreviousStep { get; set; }
    Property Value
    Type Description
    System.Int32

    It represents the previous step index, otherwise the default index value 0.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved