MapCore.ViewChangeEnd Event

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

Occurs when the view is done changing.

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

Usage

Syntax

'Declaration
<ScriptableMemberAttribute> _
Public Event ViewChangeEnd As EventHandler(Of MapEventArgs)
[ScriptableMemberAttribute] 
public override event EventHandler<MapEventArgs> ViewChangeEnd
[ScriptableMemberAttribute] 
public:
virtual event EventHandler<MapEventArgs^>^ ViewChangeEnd {
    void add (EventHandler<MapEventArgs^>^ value) override;
    void remove (EventHandler<MapEventArgs^>^ value) override;
}
/** @event */
public void add_ViewChangeEnd (EventHandler<MapEventArgs> value)

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

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

See Also

Reference

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