ToggleButton.OnChecked(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é lorsqu'un ToggleButton déclenche un événement Checked.
protected:
virtual void OnChecked(System::Windows::RoutedEventArgs ^ e);
protected virtual void OnChecked(System.Windows.RoutedEventArgs e);
abstract member OnChecked : System.Windows.RoutedEventArgs -> unit
override this.OnChecked : System.Windows.RoutedEventArgs -> unit
Protected Overridable Sub OnChecked (e As RoutedEventArgs)
Paramètres
Données de l’événement Checked.