StoresEvents_12_BeforeStoreRemoveEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是针对相应对象中的事件的委派。 在对事件实现回调方法后,使用此委派将回调方法连接到该事件。 如果存在多个版本的事件接口,此委派将为指定版本的 Outlook 中的事件连接回调方法。
public delegate void StoresEvents_12_BeforeStoreRemoveEventHandler(Store ^ Store, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void StoresEvents_12_BeforeStoreRemoveEventHandler(Store Store, out bool Cancel);
Public Delegate Sub StoresEvents_12_BeforeStoreRemoveEventHandler(Store As Store, ByRef Cancel As Boolean)
参数
- Store
- Store
若要从当前会话中删除 存储 对象。
- Cancel
- Boolean
真 要否则取消 False 指定存储中的删除。
- 属性