KeyTipService.RemoveActivatingKeyTipHandler 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除 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
要从此元素的事件处理程序集合中删除的特定处理程序实现。