Keyboard.RemoveGotKeyboardFocusHandler Metodo

Definizione

Rimuove un gestore per l'evento GotKeyboardFocus associato.

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)

Parametri

element
DependencyObject

Oggetto UIElement o ContentElement in ascolto di questo evento.

handler
KeyboardFocusChangedEventHandler

Gestore eventi da rimuovere.

Commenti

Questo metodo fornisce funzioni di accesso alle proprietà associate per l'accesso al codice all'evento Keyboard.GotKeyboardFocus associato.

Si applica a