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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.