KeyTipService.RemoveActivatingKeyTipHandler メソッド

定義

ActivatingKeyTip イベントのルーティング イベント ハンドラーを削除します。

public:
 static void RemoveActivatingKeyTipHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::ActivatingKeyTipEventHandler ^ handler);
public static void RemoveActivatingKeyTipHandler (System.Windows.DependencyObject element, System.Windows.Controls.ActivatingKeyTipEventHandler handler);
static member RemoveActivatingKeyTipHandler : System.Windows.DependencyObject * System.Windows.Controls.ActivatingKeyTipEventHandler -> unit
Public Shared Sub RemoveActivatingKeyTipHandler (element As DependencyObject, handler As ActivatingKeyTipEventHandler)

パラメーター

element
DependencyObject

ハンドラーがアタッチされているルーティング イベントの識別子。

handler
ActivatingKeyTipEventHandler

この要素のイベント ハンドラー コレクションから削除する特定のハンドラー実装。

適用対象