ASPxClientSpreadsheet.BeginSynchronization Event
Fires after a client change has been made to the document and the client-server synchronization starts to apply the change on the server.
Declaration
BeginSynchronization: ASPxClientEvent<ASPxClientSpreadsheetSynchronizationEventHandler<ASPxClientSpreadsheet>>
Event Data
The BeginSynchronization 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 BeginSynchronization and ASPxClientSpreadsheet.EndSynchronization events to be informed about the synchronization status.
See Also