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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา