OutlookBarPaneEvents_SinkHelper.BeforeGroupSwitch Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub BeforeGroupSwitch ( _
param0 As OutlookBarGroup, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As OutlookBarPaneEvents_SinkHelper
Dim param0 As OutlookBarGroup
Dim param1 As Boolean
instance.BeforeGroupSwitch(param0, param1)
public virtual void BeforeGroupSwitch(
OutlookBarGroup param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.Outlook.OutlookBarGroup
- param1
Type: System.Boolean
Implements
OutlookBarPaneEvents.BeforeGroupSwitch(OutlookBarGroup, Boolean)
See Also
Reference
OutlookBarPaneEvents_SinkHelper Class