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