Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 OutlookBarPaneEvents_BeforeGroupSwitchEventHandler ( _
ToGroup As OutlookBarGroup, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As New OutlookBarPaneEvents_BeforeGroupSwitchEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute()]
[ComVisibleAttribute(false)]
public delegate void OutlookBarPaneEvents_BeforeGroupSwitchEventHandler(
OutlookBarGroup ToGroup,
out bool Cancel
)
Parameters
- ToGroup
Type: Microsoft.Office.Interop.Outlook.OutlookBarGroup
- Cancel
Type: System.Boolean