WorkbookEvents_SheetBeforeDoubleClickEventHandler delegate

A Delegate type used to add an event handler for the SheetBeforeDoubleClick event. The SheetBeforeDoubleClick event occurs when any worksheet is double-clicked, before the default double-click action.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Parameters

Sh
Type: System.Object

A Worksheet object that represents the sheet.

Target
Type: Microsoft.Office.Interop.Excel.Range

The cell nearest to the mouse pointer when the double-click occurred.

Cancel
Type: System.Boolean

False when the event occurs. If the event procedure sets this argument to True, the default double-click action isn't performed when the procedure is finished.

Show: