Skip to main content

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 ASPxClientRichEdit

The event source.

e ASPxClientRichEditCharacterPropertiesChangedEventArgs

An object that contains event data.