menu

UWP

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

    Show / Hide Table of Contents

    Class TaskBarDragCompletedEventArgs

    Class implementation for task completed event arguments.

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

    Constructors

    TaskBarDragCompletedEventArgs()

    Declaration
    public TaskBarDragCompletedEventArgs()

    Properties

    OldFinishDate

    Gets the finish date before dragging.

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

    OldStartDate

    Gets the start date before dragging.

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

    Task

    Gets the item of the task which is dragged.

    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