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 Rad
Declaration
public RadGanttViewLinkCancelEventArgs(GanttViewLinkDataItem link)
Parameters
Gantt The link. |
Properties
Link
Gets the link.
Declaration
public GanttViewLinkDataItem Link { get; }
Property Value
Gantt The link. |