Map.ViewChanging Event

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Event ViewChanging As EventHandler(Of MapViewChangingEventArgs)
public event EventHandler<MapViewChangingEventArgs> ViewChanging
public:
 event EventHandler<MapViewChangingEventArgs^>^ ViewChanging {
    void add (EventHandler<MapViewChangingEventArgs^>^ value);
    void remove (EventHandler<MapViewChangingEventArgs^>^ value);
}
member ViewChanging : IEvent<EventHandler<MapViewChangingEventArgs>,
    MapViewChangingEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Map Class

Microsoft.Phone.Maps.Controls Namespace