TextCompositionManager.RemovePreviewTextInputStartHandler Metoda

Definicja

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

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

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 tunelowania tego zdarzenia. Aby uzyskać informacje o wersji bubbling tego zdarzenia, zobacz TextInputStart.

Dotyczy

Zobacz też