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 GanttViewLinkAddingEventArgs class.
Declaration
public GanttViewLinkAddingEventArgs(GanttViewLinkDataItem link)
Parameters
GanttViewLinkDataItem
link
The link data item. |