Keyboard.RemovePreviewKeyboardInputProviderAcquireFocusHandler Methode

Definition

Entfernt einen Handler für das PreviewKeyboardInputProviderAcquireFocus angefügte 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

Die UIElement oder ContentElement die auf dieses Ereignis lauscht.

handler
KeyboardInputProviderAcquireFocusEventHandler

Der zu entfernende Ereignishandler.

Hinweise

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

Gilt für: