IApplicationEvents4.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, _
    <OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As IApplicationEvents4
Dim Sel As Selection
Dim Cancel As Boolean

instance.WindowBeforeDoubleClick(Sel, _
    Cancel)
void WindowBeforeDoubleClick(
    Selection Sel,
    out bool Cancel
)

Parameters

See Also

Reference

IApplicationEvents4 Interface

IApplicationEvents4 Members

Microsoft.Office.Interop.Word Namespace