SpreadsheetControl.ContentChanged Event
Occurs when the document content was changed.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Event Data
The ContentChanged event's data class is EventArgs.
Remarks
The ContentChanged event occurs after any document modification. However, event arguments do not allow identifying what documents have been modified. Handle more specific events for this purpose.
See Also