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

ASPxClientSpreadsheet.EndSynchronization Event

Fires after a document change has been applied to the server and server and client document models have been synchronized.

Declaration

EndSynchronization: ASPxClientEvent<ASPxClientSpreadsheetSynchronizationEventHandler<ASPxClientSpreadsheet>>

Event Data

The EndSynchronization event's data class is ASPxClientSpreadsheetSynchronizationEventArgs.

Remarks

After a document change is introduced on the client (ASPxClientSpreadsheet.DocumentChanged), 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 EndSynchronization events to be informed about the synchronization status.

See Also