OutlookBarShortcutsEvents_Event.BeforeShortcutRemove Event

Occurs before a new shortcut is removed from 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 BeforeShortcutRemove As OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler
'Usage
Dim instance As OutlookBarShortcutsEvents_Event
Dim handler As OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler

AddHandler instance.BeforeShortcutRemove, handler
event OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler BeforeShortcutRemove

See Also

Reference

OutlookBarShortcutsEvents_Event Interface

OutlookBarShortcutsEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler