menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepStatusChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StepStatusChangedEventArgs

    Holds the status changed event arguments.

    Inheritance
    System.Object
    StepStatusChangedEventArgs
    Namespace: Syncfusion.Maui.ProgressBar
    Assembly: Syncfusion.Maui.ProgressBar.dll
    Syntax
    public class StepStatusChangedEventArgs : EventArgs

    Constructors

    StepStatusChangedEventArgs()

    Declaration
    public StepStatusChangedEventArgs()

    Properties

    NewStatus

    Gets the new step status

    Declaration
    public StepStatus NewStatus { get; }
    Property Value
    Type
    StepStatus

    OldStatus

    Gets the old step status.

    Declaration
    public StepStatus OldStatus { get; }
    Property Value
    Type
    StepStatus

    StepItem

    Gets the step item.

    Declaration
    public StepProgressBarItem StepItem { get; }
    Property Value
    Type
    StepProgressBarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved