Back to Devexpress

ASPxClientRichEditParagraphPropertiesChangedEventHandler Interface

aspnet-js-aspxclientricheditparagraphpropertieschangedeventhandler.md

latest705 B
Original Source

ASPxClientRichEditParagraphPropertiesChangedEventHandler Interface

A method that handles the ParagraphPropertiesChanged event.

Declaration

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

Parameters

NameTypeDescription
sourceASPxClientRichEdit

The event source.

| | e | ASPxClientRichEditParagraphPropertiesChangedEventArgs |

An object that contains event data.

|