Version

GanttGridCellChangedEventArgs Class Members

The following tables list the members exposed by GanttGridCellChangedEventArgs.

Public Properties
 NameDescription
Public PropertyCellReturns the value which represents the cell which has changed.  
Public PropertyColumnDefinitionReturns the column in which the changed cell exists.  
Public PropertyOldValueReturns the old value from the cell which has changed.  
Public PropertyTaskReturns the ProjectTask associated with the event. (Inherited from Infragistics.Controls.Schedules.ProjectTaskEventArgs)
See Also