The following tables list the members exposed by CellValueChangedEventArgs.
Name | Description | |
---|---|---|
CellValueChangedEventArgs Constructor | Creates a new instance of the CellValueChangedEventArgs class. |
Name | Description | |
---|---|---|
Cell | Returns the UltraTreeNodeCell object for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs) | |
Column | Returns the UltraTreeNodeColumn for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs) | |
CurrentValue | Returns the editor's current value. | |
Editor | The Infragistics.Win.EmbeddableEditorBase-derived editor that is conducting the edit mode session for the cell whose value has changed. | |
IsValid | Returns whether the current editor value is valid. | |
Node | Returns the UltraTreeNode for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs) | |
OriginalValue | Returns the cell's value prior to entering edit mode. |