Class GanttUpdateEventArgs
The event arguments for the OnUpdate event.
Inheritance
System.Object
GanttUpdateEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttUpdateEventArgs : EventArgs
Constructors
GanttUpdateEventArgs()
Declaration
public GanttUpdateEventArgs()
GanttUpdateEventArgs(Object)
Declaration
public GanttUpdateEventArgs(object updatedItem)
Parameters
System.Object
updatedItem
|
Properties
Item
The task model that the user updated.
Declaration
public object Item { get; set; }
Property Value
System.Object
|