CellValueChangedInEditFormArgs Properties
Contains data for the command bound to the GridViewBase.CellValueChangingCommand or TreeListView.CellValueChangingCommand property.
Name | Description |
---|---|
Cell |
Gets an array of the Cell |
Field |
Inherited from Cell |
Item |
Inherited from Cell |
Old |
Gets an old cell value.
Inherited from Cell |
Value |
Inherited from Cell |
See Also