Represents the event arguments for the ItemChanged event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemChangedEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemChangedEventArgs class.
C#
public GanttViewItemChangedEventArgs(GanttViewDataItem item, string propertyName)
The data item.
propertyNamestringThe item proeprty that changed.
Properties
Gets the property that was changed.
C#
public string PropertyName { get; }