Class GanttViewLinkChangedEventArgs
Represents the event arguments for the LinkChanged event of RadGanttView.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewLinkChangedEventArgs : RadGanttViewLinkEventArgs
Constructors
GanttViewLinkChangedEventArgs(GanttViewLinkDataItem, String)
Initializes a new instance of the GanttViewLinkChangedEventArgs class.
Declaration
public GanttViewLinkChangedEventArgs(GanttViewLinkDataItem link, string propertyName)
Parameters
GanttViewLinkDataItem
link
The link. |
System.String
propertyName
The link proeprty that changed. |
Properties
PropertyName
Gets the property that was changed.
Declaration
public string PropertyName { get; }
Property Value
System.String
|