Keyboard.RemovePreviewGotKeyboardFocusHandler Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Usuwa procedurę obsługi dołączonego PreviewGotKeyboardFocus zdarzenia.
public:
static void RemovePreviewGotKeyboardFocusHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::KeyboardFocusChangedEventHandler ^ handler);
public static void RemovePreviewGotKeyboardFocusHandler (System.Windows.DependencyObject element, System.Windows.Input.KeyboardFocusChangedEventHandler handler);
static member RemovePreviewGotKeyboardFocusHandler : System.Windows.DependencyObject * System.Windows.Input.KeyboardFocusChangedEventHandler -> unit
Public Shared Sub RemovePreviewGotKeyboardFocusHandler (element As DependencyObject, handler As KeyboardFocusChangedEventHandler)
Parametry
- element
- DependencyObject
Element UIElement lub ContentElement , który nasłuchuje tego zdarzenia.
- handler
- KeyboardFocusChangedEventHandler
Program obsługi zdarzeń, który ma zostać usunięty.
Uwagi
Ta metoda zapewnia dołączone metody dostępu do właściwości na potrzeby dostępu kodu do dołączonego Keyboard.PreviewGotKeyboardFocus zdarzenia.