Register to this event to get informed about an optionchange of the Show{...} properties.
| C# | Visual Basic | Visual C++ |
public event EventHandler<ShowOptionEventArgs> ShowOptionChangedEvent
Public Event ShowOptionChangedEvent As EventHandler(Of ShowOptionEventArgs)
public: event EventHandler<ShowOptionEventArgs^>^ ShowOptionChangedEvent { void add (EventHandler<ShowOptionEventArgs^>^ value); void remove (EventHandler<ShowOptionEventArgs^>^ value); }