Represents the event arguments for a cancelable link event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadGanttViewLinkCancelEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewLinkCancelEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RadGanttViewLinkCancelEventArgs class.
C#
public RadGanttViewLinkCancelEventArgs(GanttViewLinkDataItem link)
The link.
Properties
Gets the link.
C#
public GanttViewLinkDataItem Link { get; }
The link.