ShellSystemListViewChanged Event |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public event EventHandler ViewChanged
Public Event ViewChanged As EventHandler
public:
event EventHandler^ ViewChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member ViewChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also