Click or drag to resize

ShellMenuAddInvokeItemHandler Method

Adds an invoke item handler.

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

Parameters

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