OutlookBarPaneEvents_BeforeNavigateEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これは、対応するオブジェクト内のイベントの委任です。 イベントのコールバック メソッドを実装した後、この委任を使用して、コールバック メソッドをイベントに接続します。 イベント インターフェイスのバージョンが複数ある場合、この委任は、イベントのコールバック メソッドを、指定されたバージョンの Outlook に接続します。
public delegate void OutlookBarPaneEvents_BeforeNavigateEventHandler(OutlookBarShortcut ^ Shortcut, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void OutlookBarPaneEvents_BeforeNavigateEventHandler(OutlookBarShortcut Shortcut, out bool Cancel);
Public Delegate Sub OutlookBarPaneEvents_BeforeNavigateEventHandler(Shortcut As OutlookBarShortcut, ByRef Cancel As Boolean)
パラメーター
- Shortcut
- OutlookBarShortcut
ユーザーがクリックしたショートカットです。
- Cancel
- Boolean
False イベントが発生します。 イベント プロシージャでこの引数に True を設定する場合は、現在のフォルダーは変更されません。
- 属性