JamBaseShellListViewOnBeforeShowContextMenu Method |
Calls the BeforeShowContextMenu event.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 ListSelectionCancelEventArgs
- The eventargs holding the verb and affected elements.
See Also