Share via


TextCompositionManager.RemovePreviewTextInputHandler Metoda

Definice

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

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

Parametry

element
DependencyObject

Objekt závislosti, ze které se má odebrat obslužná rutina události. Objekt závislosti musí být nebo UIElementContentElement.

handler
TextCompositionEventHandler

Delegát, který určí obslužnou rutinu k odebrání.

Poznámky

Tato metoda odebere obslužnou rutinu pro verzi tunelování této události. Informace o bublající verzi této události najdete v tématu TextInput.

Platí pro

Viz také