Share via


TileSource.PropertyChanged Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

Occurs when a property of the tile source changes.

Namespace: Microsoft.Maps.MapControl
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)

Usage

Syntax

'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value) sealed;
    void remove (PropertyChangedEventHandler^ value) sealed;
}
/** @event */
public final void add_PropertyChanged (PropertyChangedEventHandler value)

/** @event */
public final void remove_PropertyChanged (PropertyChangedEventHandler value)

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

TileSource Class
TileSource Members
Microsoft.Maps.MapControl Namespace