ShellSystemList Events |
The ShellSystemList type exposes the following members.
Name | Description | |
---|---|---|
AddItem |
This event occurs if a SystemListItem is to be added to the list.
If the "CanAdd" property of the event args is set to false in an
event handler, the item will not be added to the listview.
| |
BeforeFullRefresh |
This event occurs right before the FullRefresh method is called.
| |
DefaultAction |
This event occurs if the user triggers the default command,
e.g. double clicked on an item.
| |
Initialized |
This event occurs after the Designer generated code has set all
required properties.
| |
OperationPerformed |
This event is fired after a ShellSystemList executed a shell operation like pasting.
| |
PathChanged |
This event occurs if the path changed that the systemlistview displays.
| |
Populated |
This event occurs if the listview gets populated.
| |
SelectionChanged |
This event occurs, if a selection changed in the listview
| |
ShowOptionChanged |
This event is fired after an option changed. It happens if
ShowHidden, ShowNetHood,
ShowRecycleBin, ShowFiles or ShowFolders was changed.
| |
ViewChanged |
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.
|