TextCompositionManager.RemovePreviewTextInputStartHandler Metoda

Definice

Odebere obslužnou rutinu TextInputStart připojené události.

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

Parametry

element
DependencyObject

Objekt závislosti pro odebrání obslužné rutiny události. Objekt závislosti musí být a UIElement nebo .ContentElement

handler
TextCompositionEventHandler

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

Poznámky

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

Platí pro

Viz také