Keyboard.AddLostKeyboardFocusHandler Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge un gestore per l'evento associato 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)
Parametri
- element
- DependencyObject
Oggetto UIElement o ContentElement in ascolto su questo evento.
- handler
- KeyboardFocusChangedEventHandler
Gestore eventi da aggiungere.
Commenti
Questo metodo fornisce funzioni di accesso alle proprietà associate per l'accesso al codice e l'elaborazione degli attributi XAML dell'evento Keyboard.LostKeyboardFocus associato.