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

CellValueChangedEventArgs Class

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public class CellValueChangedEventArgs :
    RowCellEventArgs

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

See Also