Share via


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

要從這個項目上的事件處理常式集合中移除的特定處理常式實作。

適用於