
Occurs after the text input position has been moved to a text part formatted with another style. The event handler receives an argument of type EventArgs containing data related to this event.
[C#]
public event EventHandler InputFormattingStyleChanged;
[Visual Basic]
Public Event InputFormattingStyleChanged As EventHandler