ApplicationEvents_11_Event.ContextMenuClose Event

Occurs after a context menu is closed.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event ContextMenuClose As ApplicationEvents_11_ContextMenuCloseEventHandler
'Usage
Dim instance As ApplicationEvents_11_Event
Dim handler As ApplicationEvents_11_ContextMenuCloseEventHandler

AddHandler instance.ContextMenuClose, handler
event ApplicationEvents_11_ContextMenuCloseEventHandler ContextMenuClose

Remarks

This event occurs just after a context menu is closed so that add-ins can dispose of any object references that may have been obtained from one of the following events:

See Also

Reference

ApplicationEvents_11_Event Interface

ApplicationEvents_11_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ContextMenuCloseEventHandler