TileSource.PropertyChanged Event

 

Occurs 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

public event PropertyChangedEventHandler PropertyChanged
public:
event PropertyChangedEventHandler^ PropertyChanged {
    virtual void add(PropertyChangedEventHandler^ value) sealed;
    virtual void remove(PropertyChangedEventHandler^ value) sealed;
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
Public Event PropertyChanged As PropertyChangedEventHandler

Implements

INotifyPropertyChanged.PropertyChanged

See Also

TileSource Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top