Share via


Keyboard.RemovePreviewKeyboardInputProviderAcquireFocusHandler Metodo

Definizione

Rimuove un gestore per l'evento associato PreviewKeyboardInputProviderAcquireFocus.

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

Parametri

element
DependencyObject

Oggetto UIElement o ContentElement in ascolto su questo evento.

handler
KeyboardInputProviderAcquireFocusEventHandler

Gestore eventi da rimuovere.

Commenti

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

Si applica a