BindableObject.OnPropertyChanging(String) 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.
Appelez cette méthode à partir d’une classe enfant pour avertir qu’un changement va se produire au niveau d’une propriété.
protected virtual void OnPropertyChanging (string propertyName = default);
abstract member OnPropertyChanging : string -> unit
override this.OnPropertyChanging : string -> unit
Paramètres
- propertyName
- System.String
Nom de la propriété modifiée.
Remarques
Un BindableProperty déclenche cela par lui-même. Un héritier n’a besoin d’appeler cela que pour les propriétés sans BindableProperty comme magasin principal.