ArcGIS API for Windows Phone - Library Reference
OnMapChanged Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Layer Class : OnMapChanged Method

oldValue
Old map
newValue
New map
Override to know when a layer's Layer.Map property changes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnMapChanged( _
   ByVal oldValue As Map, _
   ByVal newValue As Map _
) 
C# 
protected virtual void OnMapChanged( 
   Map oldValue,
   Map newValue
)

Parameters

oldValue
Old map
newValue
New map

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.