Skip to main content

ASPxClientRichEdit.ParagraphPropertiesChanged Event

Occurs when a paragraph’s formatting is changed.

#Declaration

TypeScript
ParagraphPropertiesChanged: ASPxClientEvent<ASPxClientRichEditParagraphPropertiesChangedEventHandler>

#Event Data

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

Property Description
paragraphIndex Gets the changed paragraph’s index.
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