menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StatusChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StatusChangedEventArgs

    Event arguments for StatusChanged event. Provides status changed StepView instance.

    Inheritance
    System.Object
    StatusChangedEventArgs
    Namespace: Syncfusion.XForms.ProgressBar
    Assembly: Syncfusion.SfProgressBar.XForms.dll
    Syntax
    public class StatusChangedEventArgs : EventArgs

    Constructors

    StatusChangedEventArgs(StepView, StepStatus, StepStatus)

    Initializes a new instance of the StatusChangedEventArgs class.

    Declaration
    public StatusChangedEventArgs(StepView item, StepStatus oldStatus, StepStatus newStatus)
    Parameters
    Type Name Description
    StepView item

    Instance of step item.

    StepStatus oldStatus

    Old status for step view.

    StepStatus newStatus

    new status for step view.

    Properties

    Item

    Gets the StepView that status was changed.

    Declaration
    public StepView Item { get; }
    Property Value
    Type
    StepView

    NewStatus

    Gets the StepView's new status.

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

    OldStatus

    Gets the StepView's old status.

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