menu

UWP

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

    Show / Hide Table of Contents

    Class TaskUpdatingEventArgs

    Class for updating event arguments.

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

    Constructors

    TaskUpdatingEventArgs()

    Declaration
    public TaskUpdatingEventArgs()

    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