Keyboard.RemoveKeyboardInputProviderAcquireFocusHandler Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.
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.