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 |