Share via


TileSource.OnPropertyChanged Method (String)

 

Enables the ability to provide custom handling when a property of the tile source 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 changed property.

See Also

TileSource Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top