ClassRadGanttViewLinkEventArgs
Class
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:
Inherited Members
Constructors
RadGanttViewLinkEventArgs(GanttViewLinkDataItem)
Initializes a new instance of the RadGanttViewLinkEventArgs class.
Declaration
cs-api-definition
public RadGanttViewLinkEventArgs(GanttViewLinkDataItem link)
Parameters
link
The link.
Properties
Link
Gets the link.
Declaration
cs-api-definition
public GanttViewLinkDataItem Link { get; }
Property Value
The link.