Share via


MapBase.ViewChangeOnFrame Event

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

When overridden in a derived class, occurs when the map view is changing.

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

Usage

Syntax

'Declaration
Public Event ViewChangeOnFrame As EventHandler(Of MapEventArgs)
public abstract event EventHandler<MapEventArgs> ViewChangeOnFrame
public:
virtual event EventHandler<MapEventArgs^>^ ViewChangeOnFrame {
    void add (EventHandler<MapEventArgs^>^ value) abstract;
    void remove (EventHandler<MapEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_ViewChangeOnFrame (EventHandler<MapEventArgs> value)

/** @event */
public abstract void remove_ViewChangeOnFrame (EventHandler<MapEventArgs> value)

Remarks

Note

If the AnimationLevel is Full or UserInput, this event occurs for every frame of the map animation.

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

Change History

See Also

Reference

MapBase Class
MapBase Members
Microsoft.Maps.MapControl.Core Namespace