Back to Devexpress

CellValueChangedAction Enum

officefileapi-devexpress-dot-xtraspreadsheet-06be8cd1.md

latest1.8 KB
Original Source

CellValueChangedAction Enum

Lists actions which changed the cell value.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum CellValueChangedAction
vb
Public Enum CellValueChangedAction

Members

NameDescription
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:

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

SpreadsheetControl.CellValueChanged

SpreadsheetControl.CellValueChanged

DevExpress.XtraSpreadsheet Namespace