Прочетете на английски Редактиране

Споделяне чрез


GeoCoordinateWatcher.OnPropertyChanged(String) Method

Definition

Called when a property of the GeoCoordinateWatcher changes.

C#
protected void OnPropertyChanged(string propertyName);

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

Продукт Версии
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also