ApplicationEvents_11_ContextMenuCloseEventHandler Delegate
This object, member, or enumeration is deprecated and is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
<TypeLibTypeAttribute()> _
Public Delegate Sub ApplicationEvents_11_ContextMenuCloseEventHandler ( _
ContextMenu As OlContextMenu _
)
'Usage
Dim instance As New ApplicationEvents_11_ContextMenuCloseEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
[TypeLibTypeAttribute()]
public delegate void ApplicationEvents_11_ContextMenuCloseEventHandler(
OlContextMenu ContextMenu
)
Parameters
- ContextMenu
Type: Microsoft.Office.Interop.Outlook.OlContextMenu