ElementHost.OnPropertyChanged(String, Object) 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 le PropertyMap qu'une propriété a été modifié.
public:
virtual void OnPropertyChanged(System::String ^ propertyName, System::Object ^ value);
public virtual void OnPropertyChanged (string propertyName, object value);
abstract member OnPropertyChanged : string * obj -> unit
override this.OnPropertyChanged : string * obj -> unit
Public Overridable Sub OnPropertyChanged (propertyName As String, value As Object)
Paramètres
- propertyName
- String
Nom de la propriété modifiée et qui nécessite une traduction.
- value
- Object
Nouvelle valeur de la propriété.