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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnMergingContextMenu(
	Object sender,
	MergingContextMenuEventArgs e
)

Parameters

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