Class
GanttViewLinkAddingEventArgs

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 RadGanttViewLinkCancelEventArgs.LinkCancelEventArgs.CancelEventArgs.Empty

Constructors

GanttViewLinkAddingEventArgs(GanttViewLinkDataItem)

Initializes a new instance of the GanttViewLinkAddingEventArgs class.

Declaration

cs-api-definition
public GanttViewLinkAddingEventArgs(GanttViewLinkDataItem link)

Parameters

link

GanttViewLinkDataItem

The link data item.