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

要从此元素上的事件处理程序集合中移除的特定处理程序实现。

适用于