GeoCoordinateWatcher.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.
Appelée lorsqu'une propriété de GeoCoordinateWatcher est modifiée.
protected:
void OnPropertyChanged(System::String ^ propertyName);
protected void OnPropertyChanged (string propertyName);
member this.OnPropertyChanged : string -> unit
Protected Sub OnPropertyChanged (propertyName As String)
Paramètres
- propertyName
- String
Nom de la propriété qui a été modifiée.
Remarques
Gérez l’événement PropertyChanged pour implémenter la liaison de données dans Windows Forms applications.
Cette méthode indique que la Status propriété, la Position propriété ou la Permission propriété a changé.