ShellTreeViewOnBeforeShowContextMenu Method |
Calls the BeforeShowContextMenu event.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual void OnBeforeShowContextMenu(
ShellTreeSelectionCancelEventArgs e
)
Public Overridable Sub OnBeforeShowContextMenu (
e As ShellTreeSelectionCancelEventArgs
)
public:
virtual void OnBeforeShowContextMenu(
ShellTreeSelectionCancelEventArgs^ e
)
abstract OnBeforeShowContextMenu :
e : ShellTreeSelectionCancelEventArgs -> unit
override OnBeforeShowContextMenu :
e : ShellTreeSelectionCancelEventArgs -> unit
Parameters
- e
- Type: Jam.ShellShellTreeSelectionCancelEventArgs
The eventargs holding the verb and affected elements.
See Also