Class TaskOutdentedEventArgs
Represents the class for task indented event arguments.
Inheritance
System.Object
TaskOutdentedEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskOutdentedEventArgs : EventArgs
Constructors
TaskOutdentedEventArgs()
Declaration
public TaskOutdentedEventArgs()
Properties
Item
Gets the task which is outdented.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |
ParentTask
Gets the parent task of the outdented task.
Declaration
public object ParentTask { get; }
Property Value
Type |
---|
System.Object |