Click or drag to resize

ShellItemOnMenuInvoke Method

Called when a menu is invoked.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnMenuInvoke(
	ShellMenuInvokeEventArgs e
)

Parameters

e
Type: ShellBoost.CoreShellMenuInvokeEventArgs
The ShellMenuInvokeEventArgs instance containing the event data.
See Also