Skip to main content

CellValueChangedEventArgs Properties
Show Inherited Hide Inherited

Contains data for the CellValueChanged and CellValueChanging events.
Name Description
OldValue Gets an old cell value.
Row Gets the processed row. Inherited from RowEventArgs.
RowHandle Gets the processed row’s handle. Inherited from RowEventArgs.
Source Gets the GridControl that raised this event. Inherited from RowEventArgs.
See Also