TextBoxBase.OnSelectionChanged(RoutedEventArgs) 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.
Appelée lorsque le signe insertion ou la sélection actuelle change de position.
protected:
virtual void OnSelectionChanged(System::Windows::RoutedEventArgs ^ e);
protected virtual void OnSelectionChanged(System.Windows.RoutedEventArgs e);
abstract member OnSelectionChanged : System.Windows.RoutedEventArgs -> unit
override this.OnSelectionChanged : System.Windows.RoutedEventArgs -> unit
Protected Overridable Sub OnSelectionChanged (e As RoutedEventArgs)
Paramètres
Arguments associés à l'événement SelectionChanged.
Remarques
Cette méthode déclenche un SelectionChanged événement.