ApplicationEvents4_Event.WindowBeforeDoubleClick Event
Occurs when the editing area of a document window is double-clicked, before the default double-click action.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Event WindowBeforeDoubleClick As ApplicationEvents4_WindowBeforeDoubleClickEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_WindowBeforeDoubleClickEventHandler
AddHandler instance.WindowBeforeDoubleClick, handler
event ApplicationEvents4_WindowBeforeDoubleClickEventHandler WindowBeforeDoubleClick
See Also
Reference
ApplicationEvents4_Event Interface