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:
Inherited Members
Constructors
Initializes a new instance of the RadGanttViewLinkEventArgs class.
C#
public RadGanttViewLinkEventArgs(GanttViewLinkDataItem link)
The link.
Properties
Gets the link.
C#
public GanttViewLinkDataItem Link { get; }
The link.