Click or drag to resize

ShellFolderOnMergingContextMenu Method

Called when a context menu is merging. Overriding this or one of ShellItems's MergeContextMenuXXX methods is similar but this is recommended to support future enhancements.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnMergingContextMenu(
	Object sender,
	MergingContextMenuEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: callback.ShellBoost.CoreMergingContextMenuEventArgs
The MergingContextMenuEventArgs instance containing the event data.
See Also