Keyboard.RemoveKeyboardInputProviderAcquireFocusHandler Yöntem

Tanım

Ekli olay için KeyboardInputProviderAcquireFocus bir işleyici kaldırır.

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

Parametreler

element
DependencyObject

UIElement Bu olayı dinleyen veyaContentElement.

handler
KeyboardInputProviderAcquireFocusEventHandler

Kaldırılacak olay işleyicisi.

Açıklamalar

Bu yöntem, ekli olaya kod erişimi Keyboard.KeyboardInputProviderAcquireFocus için ekli özellik erişimcileri sağlar.

Şunlara uygulanır