OutlookBarPaneEvents_BeforeGroupSwitchEventHandler 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
<ComVisibleAttribute(False)> _
Public Delegate Sub OutlookBarPaneEvents_BeforeGroupSwitchEventHandler ( _
    ToGroup As OutlookBarGroup, _
    <OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As New OutlookBarPaneEvents_BeforeGroupSwitchEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void OutlookBarPaneEvents_BeforeGroupSwitchEventHandler(
    OutlookBarGroup ToGroup,
    out bool Cancel
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace