Occurs when the current view of the map changes.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public event EventHandler ViewpointChanged
Visual Basic (Declaration)
Public Event ViewpointChanged As EventHandler

Remarks

Any sort of map navigation will cause this event to fire. However, it is important to note that it will only fire once after navigation has completed, namely when the IsNavigating property is falseFalsefalsefalse (False in Visual Basic).

Version Information: This event is supported from version 2.0.0.1500.

See Also