Click or drag to resize

ShellBrowser Events

The ShellBrowser type exposes the following members.

Events
  NameDescription
Public eventBeforeShellCommand
This event is fired before a shell command is executed. It can be intercepted by setting Cancel to true in the event handler.
(Inherited from ShellBrowserBase.)
Public eventContextMenuItemSelected
This event is fired when a context menu item is selected.
Public eventRenameItemSelected
This event is fired when the context menu option "Rename" is selected.
Top
See Also