GanttTaskMovedEventArgs<TItem> Class

Supplies information about a TaskMove or TaskResize event.

Inheritance

Object

GanttTaskMovedEventArgs<TItem>

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class GanttTaskMovedEventArgs<TItem>

Type Parameters

Name Description
TItemThe type of the data item.

Constructors

GanttTaskMovedEventArgs<TItem>link

Supplies information about a TaskMove or TaskResize event.

Declaration
public GanttTaskMovedEventArgs<TItem>()

Properties

Datalink

The data item that was moved or resized.

Declaration
public TItem Data { get; set; }
Property Value
Type Description
TItemThe data item that was moved or resized.

NewEndlink

The new end date after the move or resize.

Declaration
public DateTime NewEnd { get; set; }
Property Value
Type Description
DateTimeThe new end date after the move or resize.

NewStartlink

The new start date after the move or resize.

Declaration
public DateTime NewStart { get; set; }
Property Value
Type Description
DateTimeThe new start date after the move or resize.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙