Class GanttViewLinkAddingEventArgs
Represents the even arguments for the LinkAdding event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewLinkAddingEventArgs : RadGanttViewLinkCancelEventArgs
Constructors
GanttViewLinkAddingEventArgs(GanttViewLinkDataItem)
Initializes a new instance of the Gantt
Declaration
public GanttViewLinkAddingEventArgs(GanttViewLinkDataItem link)
Parameters
Gantt The link data item. |