menu

WPF

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

    Show / Hide Table of Contents

    Class ProgressResizingCompletedEventArgs

    Represents the Gantt progress resizing completed event arguments.

    Inheritance
    System.Object
    System.EventArgs
    ProgressResizingCompletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class ProgressResizingCompletedEventArgs : EventArgs

    Constructors

    ProgressResizingCompletedEventArgs()

    Declaration
    public ProgressResizingCompletedEventArgs()

    Properties

    NewValue

    Gets the progress value.

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

    Node

    Gets the node.

    Declaration
    public GanttNode Node { get; }
    Property Value
    Type Description
    GanttNode

    The node.

    OldValue

    Gets the old progress value.

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