Event fired when formatting changes (such as font change).
| C# | Visual Basic | Visual C++ |
public event EventHandler FormatChanged
Public Event FormatChanged As EventHandler
public: virtual event EventHandler^ FormatChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }