Version

CellValueChangedEventArgs Class Members

The following tables list the members exposed by CellValueChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorCellValueChangedEventArgs ConstructorCreates a new instance of the CellValueChangedEventArgs class.  
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