
Raises the CharFormatChanged event.
[C#]
protected virtual void OnCharFormatChanged(EventArgs e);
[Visual Basic]
Protected Overridable Sub OnCharFormatChanged(ByVal e As EventArgs)
| Parameter | Description | |
| e | Specifies an EventArgs object that contains the event data. |