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

Represents the event arguments for the LinkChanged event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewLinkChangedEventArgs : RadGanttViewLinkEventArgs

Inheritance: objectEventArgsRadGanttViewLinkEventArgsGanttViewLinkChangedEventArgs

Inherited Members RadGanttViewLinkEventArgs.LinkEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewLinkChangedEventArgs class.

C#
public GanttViewLinkChangedEventArgs(GanttViewLinkDataItem link, string propertyName)
Parameters:linkGanttViewLinkDataItem

The link.

propertyNamestring

The link proeprty that changed.

Properties

Gets the property that was changed.

C#
public string PropertyName { get; }