Click or drag to resize

ShellItemOnMenuInvoke Method

Called when a menu is invoked.

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

Parameters

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