Class
RadGanttViewLinkCancelEventArgs

Represents the event arguments for a cancelable link event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadGanttViewLinkCancelEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadGanttViewLinkCancelEventArgs

Derived Classes: GanttViewLinkAddingEventArgsGanttViewSelectedLinkChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadGanttViewLinkCancelEventArgs(GanttViewLinkDataItem)

Initializes a new instance of the RadGanttViewLinkCancelEventArgs class.

Declaration

cs-api-definition
public RadGanttViewLinkCancelEventArgs(GanttViewLinkDataItem link)

Parameters

link

GanttViewLinkDataItem

The link.

Properties

Gets the link.

Declaration

cs-api-definition
public GanttViewLinkDataItem Link { get; }

Property Value

GanttViewLinkDataItem

The link.