Class
RadGanttViewLinkEventArgs

Represents the event arguments for a link event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadGanttViewLinkEventArgs : EventArgs

Inheritance: objectEventArgsRadGanttViewLinkEventArgs

Derived Classes: GanttViewLinkAddedEventArgsGanttViewLinkChangedEventArgsGanttViewLinkDataBoundEventArgsGanttViewLinkDataErrorEventArgsGanttViewLinkItemFormattingEventArgsGanttViewLinkRemovedEventArgsGanttViewSelectedLinkChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

RadGanttViewLinkEventArgs(GanttViewLinkDataItem)

Initializes a new instance of the RadGanttViewLinkEventArgs class.

Declaration

cs-api-definition
public RadGanttViewLinkEventArgs(GanttViewLinkDataItem link)

Parameters

link

GanttViewLinkDataItem

The link.

Properties

Gets the link.

Declaration

cs-api-definition
public GanttViewLinkDataItem Link { get; }

Property Value

GanttViewLinkDataItem

The link.