OutlookBarGroupsEvents_Event.BeforeGroupAdd Event
Occurs before a new group is added to 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 BeforeGroupAdd As OutlookBarGroupsEvents_BeforeGroupAddEventHandler
'Usage
Dim instance As OutlookBarGroupsEvents_Event
Dim handler As OutlookBarGroupsEvents_BeforeGroupAddEventHandler
AddHandler instance.BeforeGroupAdd, handler
event OutlookBarGroupsEvents_BeforeGroupAddEventHandler BeforeGroupAdd
See Also
Reference
OutlookBarGroupsEvents_Event Interface
OutlookBarGroupsEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler