Sdílet prostřednictvím


Keyboard.RemovePreviewKeyDownHandler Metoda

Definice

Odebere obslužnou rutinu pro připojenou PreviewKeyDown událost.

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

Parametry

element
DependencyObject

Nebo UIElementContentElement , který naslouchá této události.

handler
KeyEventHandler

Obslužná rutina události, která má být odebrána.

Poznámky

Tato metoda poskytuje přístupové objekty připojené vlastnosti pro přístup kódu k Keyboard.PreviewKeyDown připojené události.

Platí pro