ExplorerBrowser Events |
The ExplorerBrowser type exposes the following members.
Name | Description | |
---|---|---|
AddItem |
This event occurs if a ListItem 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-click on an item.
| |
FocusChanged |
Occurs, when the focus inside the ExplorerBrowser changes.
Use FocusedPane to find out where the focus is.
| |
Initialized |
Occurs when initialization of the component is completed.
| |
NavigationComplete |
Occurs when navigating to a folder has been completed successfully.
| |
NavigationFailed |
Occurs when navigating to a folder has failed.
| |
NavigationPending |
Occurs before navigating to a folder. The operation can be cancelled using Cancel | |
PathChanged |
This event occurs if the path changed that the control displays.
| |
SelectionChanged |
This event occurs, if a selection changed in the listview
| |
ViewChanged |
This event happens on view changes of the control.
|