Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressValueEventArgs

    Show / Hide Table of Contents

    Class ProgressValueEventArgs

    Event arguments for ValueChanged and ProgressCompleted events. Provides progress value.

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

    Constructors

    ProgressValueEventArgs()

    Declaration
    public ProgressValueEventArgs()

    Properties

    Progress

    Gets a value of Progress.

    Declaration
    public double Progress { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved