ApplicationClass.WindowBeforeRightClick Event
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Event WindowBeforeRightClick As ApplicationEvents4_WindowBeforeRightClickEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As ApplicationEvents4_WindowBeforeRightClickEventHandler
AddHandler instance.WindowBeforeRightClick, handler
public virtual event ApplicationEvents4_WindowBeforeRightClickEventHandler WindowBeforeRightClick
Implements
ApplicationEvents4_Event.WindowBeforeRightClick