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 clicked on an item.
| |
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 | |
SelectionChanged |
This event occurs, if a selection changed in the listview
| |
ViewChanged |
This event happens on view changes of the control.
|