MapCore.ViewChangeOnFrame Event
This documentation is no longer available on MSDN, however it is available as a CHM download.
Occurs for every frame of a view change. Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Occurs for every frame of a view change. Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
[ScriptableMemberAttribute] public: virtual event EventHandler<MapEventArgs^>^ ViewChangeOnFrame { void add (EventHandler<MapEventArgs^>^ value) override; void remove (EventHandler<MapEventArgs^>^ value) override; }
/** @event */ public void add_ViewChangeOnFrame (EventHandler<MapEventArgs> value) /** @event */ public void remove_ViewChangeOnFrame (EventHandler<MapEventArgs> value)
Note: |
|---|
| If the AnimationLevel is Full or UserInput, this event occurs for every frame of the map animation. |
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
Show:
Note: