ASPxClientRichEdit.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<ASPxClientEventHandler<ASPxClientRichEdit>>
Event Data
The BeginSynchronization event's data class is ASPxClientEventArgs.
Remarks
After a document change is introduced on the client (DocumentChanged), the RichEdit automatically starts synchronization between the client and server parts to apply the change and synchronize the document model. You can handle the BeginSynchronization and EndSynchronization events to be informed about the synchronization status.
See Also