TextCompositionManager.RemovePreviewTextInputUpdateHandler Metodo

Definizione

Rimuove un gestore per l'evento associato PreviewTextInputUpdate.

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)

Parametri

element
DependencyObject

Oggetto dipendenza da cui rimuovere il gestore eventi. L'oggetto dipendenza deve essere un UIElement o un ContentElement.

handler
TextCompositionEventHandler

Delegato che designa il gestore da rimuovere.

Commenti

Questo metodo rimuove un gestore per la versione di tunneling di questo evento. Per informazioni sulla versione bubbling di questo evento, vedere TextInputUpdate.

Si applica a

Vedi anche