TextCompositionManager.RemoveTextInputHandler Metoda

Definicja

Usuwa procedurę obsługi dołączonego TextInput zdarzenia.

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

Obiekt zależności do usunięcia programu obsługi zdarzeń. Obiekt zależności musi być obiektem UIElementContentElementlub .

handler
TextCompositionEventHandler

Delegat, który wyznacza procedurę obsługi do usunięcia.

Uwagi

Ta metoda usuwa procedurę obsługi dla wersji bubbling tego zdarzenia. Aby uzyskać informacje o wersji tunelowania tego zdarzenia, zobacz PreviewTextInput.

Dotyczy

Zobacz też