CellValueChangedEventArgs Class
Provides data for the VGridControlBase.CellValueChanging and VGridControlBase.CellValueChanged events.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
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.