TileSource::PropertyChanged Event

Bing
 

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)

public:
event PropertyChangedEventHandler^ PropertyChanged {
	virtual void add(PropertyChangedEventHandler^ value) sealed;
	virtual void remove(PropertyChangedEventHandler^ value) sealed;
}
Return to top
Show: