Keyboard.RemovePreviewKeyboardInputProviderAcquireFocusHandler Methode

Definition

Entfernt einen Handler für das angefügte PreviewKeyboardInputProviderAcquireFocus-Ereignis.

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)

Parameter

element
DependencyObject

Das UIElement oder das ContentElement, das dieses Ereignis überwacht.

handler
KeyboardInputProviderAcquireFocusEventHandler

Der Ereignishandler, der entfernt werden soll.

Hinweise

Diese Methode stellt angefügte Eigenschaftszugriffsoren für den Codezugriff auf das Keyboard.PreviewKeyboardInputProviderAcquireFocus angefügte Ereignis bereit.

Gilt für: