New to Telerik UI for WinFormsStart a free 30-day trial

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: GanttViewLinkAddingEventArgsGanttViewSelectedLinkChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the RadGanttViewLinkCancelEventArgs class.

C#
public RadGanttViewLinkCancelEventArgs(GanttViewLinkDataItem link)
Parameters:linkGanttViewLinkDataItem

The link.

Properties

Gets the link.

C#
public GanttViewLinkDataItem Link { get; }
Property Value:

The link.