Skip to main content
A newer version of this page is available. .

CellValueChangedEventArgs Properties

Provides data for the VGridControlBase.CellValueChanging and VGridControlBase.CellValueChanged events.
Name Description
CellIndex Gets the processed cell’s index. Inherited from RowCellEventArgs.
RecordIndex Gets the index of the record containing the processed cell. Inherited from RowCellEventArgs.
Row Gets the processed row. Inherited from RowEventArgs.
Value Gets the current cell’s value.
See Also