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

ASPxClientSpreadsheet.DocumentChanged Event

Fires if any change is made to the Spreadsheet’s document on the client.

Declaration

DocumentChanged: ASPxClientEvent<ASPxClientSpreadsheetDocumentChangedEventHandler<ASPxClientSpreadsheet>>

Event Data

The DocumentChanged event's data class is ASPxClientSpreadsheetDocumentChangedEventArgs.

Remarks

The DocumentChanged event notifies about any client change made in the Spreadsheet’s document.

After a document change is introduced on the client, the Spreadsheet automatically starts synchronization between the client and server parts to apply the change and synchronize the document model. You can handle the ASPxClientSpreadsheet.BeginSynchronization and ASPxClientSpreadsheet.EndSynchronization event to be informed about the synchronization status.

See Also