ApplicationEvents_11_ItemContextMenuDisplayEventHandler 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
<TypeLibTypeAttribute()> _
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents_11_ItemContextMenuDisplayEventHandler ( _
CommandBar As CommandBar, _
Selection As Selection _
)
'Usage
Dim instance As New ApplicationEvents_11_ItemContextMenuDisplayEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute()]
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents_11_ItemContextMenuDisplayEventHandler(
CommandBar CommandBar,
Selection Selection
)
Parameters
- CommandBar
Type: Microsoft.Office.Core.CommandBar
- Selection
Type: Microsoft.Office.Interop.Outlook.Selection