New to Telerik UI for WinFormsStart a free 30-day trial

Represents the event arguments for a link event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadGanttViewLinkEventArgs : EventArgs

Inheritance: objectEventArgsRadGanttViewLinkEventArgs

Derived Classes: GanttViewLinkAddedEventArgsGanttViewLinkChangedEventArgsGanttViewLinkDataBoundEventArgsGanttViewLinkDataErrorEventArgsGanttViewLinkItemFormattingEventArgsGanttViewLinkRemovedEventArgsGanttViewSelectedLinkChangedEventArgs...

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RadGanttViewLinkEventArgs class.

C#
public RadGanttViewLinkEventArgs(GanttViewLinkDataItem link)
Parameters:linkGanttViewLinkDataItem

The link.

Properties

Gets the link.

C#
public GanttViewLinkDataItem Link { get; }
Property Value:

The link.