Class RadGanttViewLinkCancelEventArgs
Represents the event arguments for a cancelable link event of RadGanttView.
Inheritance
System.Object
RadGanttViewLinkCancelEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGanttViewLinkCancelEventArgs : CancelEventArgs
Constructors
RadGanttViewLinkCancelEventArgs(GanttViewLinkDataItem)
Initializes a new instance of the RadGanttViewLinkCancelEventArgs class.
Declaration
public RadGanttViewLinkCancelEventArgs(GanttViewLinkDataItem link)
Parameters
GanttViewLinkDataItem
link
The link. |
Properties
Link
Gets the link.
Declaration
public GanttViewLinkDataItem Link { get; }
Property Value
GanttViewLinkDataItem
The link. |