Skip to main content

ASPxClientRichEdit.CharacterPropertiesChanged Event

Occurs when the characters’ formatting is changed.

Declaration

CharacterPropertiesChanged: ASPxClientEvent<ASPxClientRichEditCharacterPropertiesChangedEventHandler>

Event Data

The CharacterPropertiesChanged event's data class is ASPxClientRichEditCharacterPropertiesChangedEventArgs. The following properties provide information specific to this event:

Property Description
interval Gets the text buffer interval related to the changed characters.
subDocumentId Gets the active sub-document’s identifier.

Remarks

Refer to the following section for more information about client-side events: Client API.

See Also