menu

UWP

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

    Show / Hide Table of Contents

    Class TaskBarResizeCompletedEventArgs

    Class implementation for task resize completed event arguments.

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

    Constructors

    TaskBarResizeCompletedEventArgs()

    Declaration
    public TaskBarResizeCompletedEventArgs()

    Properties

    OldValue

    Gets the value before resizing the task.

    Declaration
    public DateTime OldValue { get; }
    Property Value
    Type
    System.DateTime

    ResizingDirection

    Gets the resizing direction.

    Declaration
    public ResizingDirection ResizingDirection { get; }
    Property Value
    Type
    ResizingDirection

    Task

    Gets the task which is resized.

    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