Skip to main content
A newer version of this page is available. .

SpreadsheetControl.ContentChanged Event

Occurs when the document content was changed.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.2.dll

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