CellValueChangedEventArgs Class
Provides data for the VGridControlBase.CellValueChanging and VGridControlBase.CellValueChanged events.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
Declaration
Remarks
The VGridControlBase.CellValueChanged and VGridControlBase.CellValueChanging events fire in response to cell value modifications. Thus, CellValueChangedEventArgs class members allow you to identify the cell and its current value. The processed cell is identified by the RowEventArgs.Row, RowCellEventArgs.RecordIndex and RowCellEventArgs.CellIndex properties. The CellValueChangedEventArgs.Value property holds the newly assigned value.
Inheritance
Object
EventArgs
RowEventArgs
RowCellEventArgs
CellValueChangedEventArgs
See Also