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
Constructors
Initializes a new instance of the GanttViewLinkChangedEventArgs class.
C#
public GanttViewLinkChangedEventArgs(GanttViewLinkDataItem link, string propertyName)
The link.
propertyNamestringThe link proeprty that changed.
Properties
Gets the property that was changed.
C#
public string PropertyName { get; }