menu

UWP

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

    Show / Hide Table of Contents

    Class TaskUpdatedEventArgs

    Represents the class for task updated event arguments.

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

    Constructors

    TaskUpdatedEventArgs()

    Declaration
    public TaskUpdatedEventArgs()

    Properties

    Index

    Gets the row index of the task.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    Item

    Gets the task which is updated.

    Declaration
    public object Item { 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