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