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