GeoCoordinateWatcher.OnPropertyChanged(String) Method

Definition

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