Share via


OutlookBarShortcutsEvents_Event.BeforeShortcutAdd Event

Occurs before a new shortcut is added to a group in the Shortcuts pane, either as a result of user action or through program code.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event BeforeShortcutAdd As OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler
'Usage
Dim instance As OutlookBarShortcutsEvents_Event
Dim handler As OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler

AddHandler instance.BeforeShortcutAdd, handler
event OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler BeforeShortcutAdd

See Also

Reference

OutlookBarShortcutsEvents_Event Interface

OutlookBarShortcutsEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler