
Occurs after one or more formatting styles have been added or removed. The event handler receives an argument of type EventArgs containing data related to this event.
[C#]
public event EventHandler FormattingStyleListChanged;
[Visual Basic]
Public Event FormattingStyleListChanged As EventHandler