TextCompositionManager.RemoveTextInputHandler Metoda

Definice

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

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

Parametry

element
DependencyObject

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

handler
TextCompositionEventHandler

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

Poznámky

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

Platí pro

Viz také