Keyboard.AddPreviewGotKeyboardFocusHandler Metodo

Definizione

Aggiunge un gestore per l'evento associato PreviewGotKeyboardFocus.

public:
 static void AddPreviewGotKeyboardFocusHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::KeyboardFocusChangedEventHandler ^ handler);
public static void AddPreviewGotKeyboardFocusHandler (System.Windows.DependencyObject element, System.Windows.Input.KeyboardFocusChangedEventHandler handler);
static member AddPreviewGotKeyboardFocusHandler : System.Windows.DependencyObject * System.Windows.Input.KeyboardFocusChangedEventHandler -> unit
Public Shared Sub AddPreviewGotKeyboardFocusHandler (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.PreviewGotKeyboardFocus associato.

Si applica a