Class GanttViewItemAddingEventArgs
Represents the event arguments for the ItemAdding event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemAddingEventArgs : RadGanttViewCancelEventArgs
Constructors
GanttViewItemAddingEventArgs(GanttViewDataItem)
Initializes a new instance of the GanttViewItemAddingEventArgs class.
Declaration
public GanttViewItemAddingEventArgs(GanttViewDataItem item)
Parameters
GanttViewDataItem
item
The data item. |