Share via


ApplicationIdCredentialsProvider.OnPropertyChanged Method (String)

 

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.String

    The name of the property that changed.

See Also

ApplicationIdCredentialsProvider Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top