Class TaskBarResizeCompletedEventArgs
Class implementation for task resize completed event arguments.
Inheritance
System.Object
TaskBarResizeCompletedEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskBarResizeCompletedEventArgs : EventArgs
Constructors
TaskBarResizeCompletedEventArgs()
Declaration
public TaskBarResizeCompletedEventArgs()
Properties
OldValue
Gets the value before resizing the task.
Declaration
public DateTime OldValue { get; }
Property Value
Type |
---|
System.DateTime |
ResizingDirection
Gets the resizing direction.
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 |