Skip to main content

CellValueChangedEventArgs Class

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

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