ConnectedServiceViewModelBase.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.
Notifie les clients qu'une valeur de propriété a changé.
virtual void OnPropertyChanged(std::wstring const & propertyName = null);
protected virtual void OnPropertyChanged(string propertyName = default);
abstract member OnPropertyChanged : string -> unit
override this.OnPropertyChanged : string -> unit
Protected Overridable Sub OnPropertyChanged (Optional propertyName As String = Nothing)
Paramètres
- propertyName
- String
Nom de la propriété qui a été modifiée.