MapCore.ViewChangeOnFrame Event

 

Occurs for every frame of a view change.

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

Syntax

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

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top