CellValueChangedAction Enum
Lists actions which changed the cell value.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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. |
Related API Members
The following properties accept/return CellValueChangedAction values:
Remarks
The CellValueChangedAction enumeration member is the value of the SpreadsheetCellEventArgs.Action property used to identify the action which triggered the SpreadsheetControl.CellValueChanged event.