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 |