TextCompositionManager.RemovePreviewTextInputUpdateHandler Metoda

Definice

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

public:
 static void RemovePreviewTextInputUpdateHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::TextCompositionEventHandler ^ handler);
public static void RemovePreviewTextInputUpdateHandler (System.Windows.DependencyObject element, System.Windows.Input.TextCompositionEventHandler handler);
static member RemovePreviewTextInputUpdateHandler : System.Windows.DependencyObject * System.Windows.Input.TextCompositionEventHandler -> unit
Public Shared Sub RemovePreviewTextInputUpdateHandler (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 verzi tunelování této události. Informace o bublající verzi této události najdete v tématu TextInputUpdate.

Platí pro

Viz také