menu

UWP

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

    Show / Hide Table of Contents

    Class TaskBarProgressChangingEventArgs

    Represents the Gantt taskbar progress changing event arguments.

    Inheritance
    System.Object
    TaskBarProgressChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class TaskBarProgressChangingEventArgs : CancelEventArgs

    Constructors

    TaskBarProgressChangingEventArgs()

    Declaration
    public TaskBarProgressChangingEventArgs()

    Properties

    NewValue

    Gets the new progress value.

    Declaration
    public double NewValue { get; }
    Property Value
    Type
    System.Double

    Task

    Gets the task which progress is changing.

    Declaration
    public object Task { get; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved