ApplicationEvents_11_ViewContextMenuDisplayEventHandler 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_ViewContextMenuDisplayEventHandler ( _
    CommandBar As CommandBar, _
    View As View _
)
'Usage
Dim instance As New ApplicationEvents_11_ViewContextMenuDisplayEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute()]
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents_11_ViewContextMenuDisplayEventHandler(
    CommandBar CommandBar,
    View View
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace