Click or drag to resize

ShellMenu.AddInvokeItemHandler 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: System.EventHandler<ShellMenuInvokeEventArgs>
The handler.
Exceptions
ExceptionCondition
ArgumentNullExceptionhandler is null.
See Also