Skip to main content

ASPxClientRichEdit.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<ASPxClientEventHandler<ASPxClientRichEdit>>

Event Data

The EndSynchronization 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