StoresEvents_12_StoreAddEventHandler 代理人

定義

これは、対応するオブジェクト内のイベントの委任です。 イベントのコールバック メソッドを実装した後、この委任を使用して、コールバック メソッドをイベントに接続します。 イベント インターフェイスのバージョンが複数ある場合、この委任は、イベントのコールバック メソッドを、指定されたバージョンの Outlook に接続します。

public delegate void StoresEvents_12_StoreAddEventHandler(Store ^ Store);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void StoresEvents_12_StoreAddEventHandler(Store Store);
Public Delegate Sub StoresEvents_12_StoreAddEventHandler(Store As Store)

パラメーター

Store
Store

現在のセッションに追加する ストア

属性

適用対象