Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellValueChangedAction Enum

Lists actions which changed the cell value.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum CellValueChangedAction

Members

Name Description
Edit

End-user has modified the cell value using worksheet editors.

UndoRedo

Cell value has been changed by executing the undo or redo command.

Paste

New value has been pasted into the cell.

API

Cell value has been modified programmatically.

Remarks

The CellValueChangedAction enumeration member is the value of the SpreadsheetCellEventArgs.Action property used to identify the action which triggered the SpreadsheetControl.CellValueChanged event.

See Also