menu

Blazor

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

    Show / Hide Table of Contents

    Class StepperChangeEventArgs

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

    Inheritance
    System.Object
    StepperChangedEventArgs
    StepperChangeEventArgs
    Inherited Members
    StepperChangedEventArgs.ActiveStep
    StepperChangedEventArgs.IsInteracted
    StepperChangedEventArgs.PreviousStep
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StepperChangeEventArgs : StepperChangedEventArgs

    Constructors

    StepperChangeEventArgs()

    Declaration
    public StepperChangeEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the action of step changing.

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

    true if the action of step changing should be canceled; otherwise, false.

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