TextCompositionManager.RemovePreviewTextInputStartHandler Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un gestionnaire pour l'événement attaché TextInputStart.
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)
Paramètres
- element
- DependencyObject
Objet de dépendance à partir duquel supprimer le gestionnaire d’événements. L’objet de dépendance doit être un UIElement ou un ContentElement.
- handler
- TextCompositionEventHandler
Délégué qui désigne le gestionnaire à supprimer.
Remarques
Cette méthode supprime un gestionnaire pour la version de tunneling de cet événement. Pour plus d’informations sur la version bouillonnante de cet événement, consultez TextInputStart.