Keyboard.RemoveGotKeyboardFocusHandler 方法

定义

移除 GotKeyboardFocus 附加事件的处理程序。

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

参数

element
DependencyObject

侦听此事件的 UIElementContentElement

handler
KeyboardFocusChangedEventHandler

要删除的事件处理程序。

注解

此方法提供附加属性访问器,用于对附加事件进行代码访问 Keyboard.GotKeyboardFocus

适用于