Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed. Formatting attributes that can be asigned to single characters are the font, the font attributes, text colors and the baseline. The event handler receives an argument of type EventArgs containing data related to this event.

Syntax

public event EventHandler CharFormatChanged;
Public Event CharFormatChanged As EventHandler