Supplies information about a TaskMove or TaskResize event.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class GanttTaskMovedEventArgs<TItem>| Name | Description |
|---|---|
| TItem | The type of the data item. |
Supplies information about a TaskMove or TaskResize event.
public GanttTaskMovedEventArgs<TItem>()The data item that was moved or resized.
public TItem Data { get; set; }
| Type | Description |
|---|---|
| TItem | The data item that was moved or resized. |
The new end date after the move or resize.
public DateTime NewEnd { get; set; }
| Type | Description |
|---|---|
| DateTime | The new end date after the move or resize. |
The new start date after the move or resize.
public DateTime NewStart { get; set; }
| Type | Description |
|---|---|
| DateTime | The new start date after the move or resize. |