ObjectPropertyProvider.OnPropertyChanged(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.
Déclenche l’événement PropertyChanged qui utilise le nom de la propriété qui a changé.
protected:
void OnPropertyChanged(System::String ^ name);
protected void OnPropertyChanged(string name);
member this.OnPropertyChanged : string -> unit
Protected Sub OnPropertyChanged (name As String)
Paramètres
- name
- String
Le nom du bien dont la valeur est modifiée.