IApplicationEvents3.WindowBeforeDoubleClick Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub WindowBeforeDoubleClick ( _
Sel As Selection, _
ByRef Cancel As Boolean _
)
'Usage
Dim instance As IApplicationEvents3
Dim Sel As Selection
Dim Cancel As Boolean
instance.WindowBeforeDoubleClick(Sel, _
Cancel)
void WindowBeforeDoubleClick(
Selection Sel,
ref bool Cancel
)
Parameters
- Sel
Type: Microsoft.Office.Interop.Word.Selection
- Cancel
Type: System.Boolean%