Application.WorkbookBeforeRightClick

This event is called before a workbook double-click is processed.

Syntax Parameters Return Value
Event Application.WorkbookBeforeRightClick( _
    Workbook As Workbook, _
    Where As Integer, _
    ByRef Cancel As Boolean)
  • Workbook [in]

Type: Workbook

  • Where [in]

Type: Integer

  • Cancel [in,out]

Type: Boolean

-