Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables the ability to provide custom handling when a property of this class changes.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected void OnPropertyChanged(
string propertyName
)
protected:
void OnPropertyChanged(
String^ propertyName
)
member OnPropertyChanged :
propertyName:string -> unit
Protected Sub OnPropertyChanged (
propertyName As String
)
Parameters
propertyName
Type: System.StringThe name of the property that changed.
See Also
ApplicationIdCredentialsProvider Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top