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