TextCompositionManager.AddTextInputHandler Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje procedurę obsługi dołączonego TextInput zdarzenia.
public:
static void AddTextInputHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::TextCompositionEventHandler ^ handler);
public static void AddTextInputHandler (System.Windows.DependencyObject element, System.Windows.Input.TextCompositionEventHandler handler);
static member AddTextInputHandler : System.Windows.DependencyObject * System.Windows.Input.TextCompositionEventHandler -> unit
Public Shared Sub AddTextInputHandler (element As DependencyObject, handler As TextCompositionEventHandler)
Parametry
- element
- DependencyObject
Obiekt zależności, do który ma zostać dodany program obsługi zdarzeń. Obiekt zależności musi być obiektem UIElement lub .ContentElement
- handler
- TextCompositionEventHandler
Delegat, który wyznacza procedurę obsługi do dodania.
Uwagi
Ta metoda dodaje procedurę obsługi dla bubbling wersji tego zdarzenia. Aby uzyskać informacje o wersji tunelowania tego zdarzenia, zobacz PreviewTextInput.