Class
GanttViewItemAddingEventArgs

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 RadGanttViewCancelEventArgs.ItemCancelEventArgs.CancelEventArgs.Empty

Constructors

GanttViewItemAddingEventArgs(GanttViewDataItem)

Initializes a new instance of the GanttViewItemAddingEventArgs class.

Declaration

cs-api-definition
public GanttViewItemAddingEventArgs(GanttViewDataItem item)

Parameters

item

GanttViewDataItem

The data item.