Class TaskBarResizeStartEventArgs
Class implementation for task resize start event arguments.
Inheritance
System.Object
TaskBarResizeStartEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskBarResizeStartEventArgs : CancelEventArgs
Constructors
TaskBarResizeStartEventArgs()
Declaration
public TaskBarResizeStartEventArgs()
Properties
ResizingDirection
Gets the resizing direction of the resizing task.
Declaration
public ResizingDirection ResizingDirection { get; }
Property Value
Type |
---|
ResizingDirection |
Task
Gets the task which is resized.
Declaration
public object Task { get; }
Property Value
Type |
---|
System.Object |