GeoCoordinateWatcher.OnPropertyChanged(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a property of the GeoCoordinateWatcher changes.
protected:
void OnPropertyChanged(System::String ^ propertyName);
protected void OnPropertyChanged (string propertyName);
member this.OnPropertyChanged : string -> unit
Protected Sub OnPropertyChanged (propertyName As String)
Parameters
- propertyName
- String
The name of the property that has changed.
Remarks
Handle the PropertyChanged event to implement data binding in Windows Forms applications.
This method indicates that the Status property, the Position property, or the Permission property has changed.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.