ASPxClientRichEditParagraphPropertiesChangedEventHandler Interface
A method that handles the ParagraphPropertiesChanged event.
Declaration
interface ASPxClientRichEditParagraphPropertiesChangedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditParagraphPropertiesChangedEventArgs): any;}
Parameters
| Name | Type | Description |
|---|---|---|
| source | ASPxClientRichEdit | The event source. |
| e | ASPxClientRichEditParagraphPropertiesChangedEventArgs | An object that contains event data. |