Keyboard.RemovePreviewKeyboardInputProviderAcquireFocusHandler Метод

Определение

Удаляет обработчик для вложенного события 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)

Параметры

element
DependencyObject

Объект UIElement или ContentElement, прослушивающий данное событие.

handler
KeyboardInputProviderAcquireFocusEventHandler

Удаляемый обработчик событий.

Комментарии

Этот метод предоставляет присоединенные методы доступа к свойствам для доступа кода к присоединенному событию Keyboard.PreviewKeyboardInputProviderAcquireFocus .

Применяется к