Application_SheetBeforeRightClick(Object, Range, ref Boolean) Method

Additionally to statically defined context menu in Ribbon this is needed to handle the dynamically displayed CUD DBMapper context menu entries (insert/delete)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

private void Application_SheetBeforeRightClick(
	object Sh,
	Range Target,
	ref bool Cancel
	)

Parameters

Sh
Type: Object
Target
Type: Range
Cancel
Type: Boolean