SpreadsheetControl.CellValueChanged Event
Occurs after a cell value has been changed.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public event CellValueChangedEventHandler CellValueChanged
#Event Data
The CellValueChanged event's data class is SpreadsheetCellEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Action | Identifies an action which caused a change of the cell value. |
Cell |
Gets the cell for which the event is fired.
Inherited from Spreadsheet |
Column |
Gets the index of the column that contains the cell.
Inherited from Spreadsheet |
Formula |
Gets the formula that is currently contained in the cell.
Inherited from Spreadsheet |
Formula |
Gets the formula in the invariant culture that is currently contained in the cell.
Inherited from Spreadsheet |
Old |
Gets the cell’s previous formula. |
Old |
Gets the cell’s previous formula in the invariant culture. |
Old |
Gets the cell’s previous value. |
Row |
Gets the index of the row that contains the cell.
Inherited from Spreadsheet |
Sheet |
Gets the name of the worksheet that contains the cell.
Inherited from Spreadsheet |
Value |
Gets the value currently contained in the cell.
Inherited from Spreadsheet |
Worksheet |
Gets the worksheet that contains the cell.
Inherited from Spreadsheet |
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CellValueChanged event.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.