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 |
---|---|
paragraph |
Gets the changed paragraph’s index. |
sub |
Gets the active sub-document’s identifier. |
#Remarks
Refer to the following section for more information about client-side events: Client API.