Version

CellValueChangedEventArgs Class Properties

For a list of all members of this type, see CellValueChangedEventArgs members.

Public Properties
 NameDescription
Public PropertyCellReturns the UltraTreeNodeCell object for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyColumnReturns the UltraTreeNodeColumn for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyCurrentValueReturns the editor's current value.  
Public PropertyEditorThe Infragistics.Win.EmbeddableEditorBase-derived editor that is conducting the edit mode session for the cell whose value has changed.  
Public PropertyIsValidReturns whether the current editor value is valid.  
Public PropertyNodeReturns the UltraTreeNode for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyOriginalValueReturns the cell's value prior to entering edit mode.  
See Also