officefileapi-devexpress-dot-xtraspreadsheet-06be8cd1.md
Lists actions which changed the cell value.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum CellValueChangedAction
Public Enum CellValueChangedAction
| 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.
|
The following properties accept/return CellValueChangedAction values:
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
SpreadsheetControl.CellValueChanged