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

ASPxClientRichEdit.DocumentChanged Event

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

Declaration

DocumentChanged: ASPxClientEvent<ASPxClientEventHandler<ASPxClientRichEdit>>

Event Data

The DocumentChanged event's data class is ASPxClientEventArgs.

Remarks

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

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

See Also