KeyTipService.RemovePreviewKeyTipAccessedHandler 方法

移除 PreviewKeyTipAccessed 事件的路由事件处理程序。

命名空间:  Microsoft.Windows.Controls
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public Shared Sub RemovePreviewKeyTipAccessedHandler ( _
    element As DependencyObject, _
    handler As KeyTipAccessedEventHandler _
)
public static void RemovePreviewKeyTipAccessedHandler(
    DependencyObject element,
    KeyTipAccessedEventHandler handler
)
public:
static void RemovePreviewKeyTipAccessedHandler(
    DependencyObject^ element, 
    KeyTipAccessedEventHandler^ handler
)
static member RemovePreviewKeyTipAccessedHandler : 
        element:DependencyObject * 
        handler:KeyTipAccessedEventHandler -> unit 
public static function RemovePreviewKeyTipAccessedHandler(
    element : DependencyObject, 
    handler : KeyTipAccessedEventHandler
)

参数

.NET Framework 安全性

请参见

参考

KeyTipService 类

Microsoft.Windows.Controls 命名空间