OutlookBarPaneEvents_BeforeGroupSwitchEventHandler 委托

定义

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

public delegate void OutlookBarPaneEvents_BeforeGroupSwitchEventHandler(OutlookBarGroup ^ ToGroup, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void OutlookBarPaneEvents_BeforeGroupSwitchEventHandler(OutlookBarGroup ToGroup, out bool Cancel);
Public Delegate Sub OutlookBarPaneEvents_BeforeGroupSwitchEventHandler(ToGroup As OutlookBarGroup, ByRef Cancel As Boolean)

参数

ToGroup
OutlookBarGroup
Cancel
Boolean
属性

适用于