ClassGanttViewItemChangedEventArgs
Class
Represents the event arguments for the ItemChanged event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemChangedEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemChangedEventArgs
Inherited Members
Constructors
GanttViewItemChangedEventArgs(GanttViewDataItem, string)
Initializes a new instance of the GanttViewItemChangedEventArgs class.
Declaration
cs-api-definition
public GanttViewItemChangedEventArgs(GanttViewDataItem item, string propertyName)
Parameters
item
The data item.
propertyName
The item proeprty that changed.
Properties
PropertyName
Gets the property that was changed.