ArcGIS API for Windows Phone - Library Reference
ExtentChanged Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class : ExtentChanged Event

Occurs when the extent changed.

Syntax

Visual Basic (Declaration) 
Public Event ExtentChanged As EventHandler(Of ExtentEventArgs)
C# 
public event EventHandler<ExtentEventArgs> ExtentChanged

Event Data

The event handler receives an argument of type ExtentEventArgs containing data related to this event. The following ExtentEventArgs properties provide information specific to this event.

PropertyDescription
NewExtent The new extent envelope.
OldExtent The old extent envelope.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.