SpreadsheetControl.ContentChanged Event
In This Article
Occurs when the document content was changed.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public event EventHandler ContentChanged
#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