This event is fired after an option changed. It happens if
ShowHidden, ShowNetHood, ShowOverlayIcons, ShowContextMenu,
ShowRecycleBin, ShowErrorMessages, ShowFiles, ShowColorCompressed,
ShowColorEncrypted, ShowParentFolder or ShowFolders was changed.
| C# | Visual Basic | Visual C++ |
public event EventHandler ShowOptionChanged
Public Event ShowOptionChanged As EventHandler
public: event EventHandler^ ShowOptionChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }