Skip to main content

ASPxClientRichEditParagraphPropertiesChangedEventHandler Interface

In This Article

A method that handles the ParagraphPropertiesChanged event.

#Declaration

TypeScript
interface ASPxClientRichEditParagraphPropertiesChangedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditParagraphPropertiesChangedEventArgs): any;}

#Parameters

Name Type Description
source ASPxClientRichEdit

The event source.

e ASPxClientRichEditParagraphPropertiesChangedEventArgs

An object that contains event data.