CharacterPropertiesChangedEvent Class
An event that occurs when the characters’ formatting is changed.
#Declaration
export class CharacterPropertiesChangedEvent extends RichEditEvent<ContentChangedEventArgs>
#Remarks
You can define the CharacterPropertiesChanged event handler either at the server side, at the client side, or at runtime.
Use the OnCharacterPropertiesChanged(String) method to specify the event handler.
@(Html.DevExpress().RichEdit("richEdit")
.OnCharacterPropertiesChanged("function(s,e){ /* your custom actions */ }")
// ...
The event handler receives an argument of the ContentChangedEventArgs type. The argument’s properties provide information specific to this event.