ClassGanttViewLinkAddingEventArgs
Class
Represents the even arguments for the LinkAdding event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewLinkAddingEventArgs : RadGanttViewLinkCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewLinkCancelEventArgsGanttViewLinkAddingEventArgs
Inherited Members
Constructors
GanttViewLinkAddingEventArgs(GanttViewLinkDataItem)
Initializes a new instance of the GanttViewLinkAddingEventArgs class.
Declaration
cs-api-definition
public GanttViewLinkAddingEventArgs(GanttViewLinkDataItem link)
Parameters
link
The link data item.