EApplication_Event.WindowBeforeRightClick Event
Occurs when you right-click a shape, a slide, a notes page, or some text. This event is triggered by the MouseUp event.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Event WindowBeforeRightClick As EApplication_WindowBeforeRightClickEventHandler
'Usage
Dim instance As EApplication_Event
Dim handler As EApplication_WindowBeforeRightClickEventHandler
AddHandler instance.WindowBeforeRightClick, handler
event EApplication_WindowBeforeRightClickEventHandler WindowBeforeRightClick