Keyboard.AddLostKeyboardFocusHandler 方法

定义

LostKeyboardFocus 附加事件添加处理程序。

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

参数

element
DependencyObject

侦听此事件的 UIElementContentElement

handler
KeyboardFocusChangedEventHandler

要添加的事件处理程序。

注解

此方法提供附加属性访问器,用于代码访问和附加事件的 XAML 属性处理 Keyboard.LostKeyboardFocus

适用于