Back to Devexpress

CellValueChangedEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-cellvaluechangedeventargs-dot-underscore-properties.md

latest1.2 KB
Original Source

CellValueChangedEventArgs Properties

Provides data for the ColumnView.CellValueChanging and ColumnView.CellValueChanged events.

NameDescription
ColumnGets the column that contains the processed cell.
OldValueGets the cell’s previous value.
RowHandleGets the handle of the row that contains the processed cell.
ValueGets the current cell value.

See Also

CellValueChangedEventArgs Class

CellValueChangedEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace