This event happens if the View of the ImageList changed,
either because it was set explicitly or if the user used the context menu to change
to a different view.
| C# | Visual Basic | Visual C++ |
public event EventHandler ViewChanged
Public Event ViewChanged As EventHandler
public: event EventHandler^ ViewChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }