MapCore.ViewChangeStart Event

 

Occurs when the view starts changing.

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

Syntax

public event EventHandler<MapEventArgs> ViewChangeStart
public:
event EventHandler<MapEventArgs^>^ ViewChangeStart {
    void add(EventHandler<MapEventArgs^>^ value);
    void remove(EventHandler<MapEventArgs^>^ value);
}
member ViewChangeStart : IEvent<EventHandler<MapEventArgs>,
    MapEventArgs>
Public Event ViewChangeStart As EventHandler(Of MapEventArgs)

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top