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

Parameters

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace