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