Click or drag to resize

ShellMenuAddInvokeItemHandler Method

Adds an invoke item handler.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void AddInvokeItemHandler(
	EventHandler<ShellMenuInvokeEventArgs> handler
)

Parameters

handler
Type: SystemEventHandlerShellMenuInvokeEventArgs
The handler.
Exceptions
ExceptionCondition
ArgumentNullExceptionhandler is null.
See Also