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

ASPxClientRichEdit.ParagraphPropertiesChanged Event

Occurs when a paragraph’s formatting is changed.

Declaration

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