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