ArcGIS API for Silverlight - Library Reference
OnMapChanged Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > TileLayer Class : OnMapChanged Method

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

Syntax

Visual Basic (Declaration) 
Protected Overrides NotOverridable Sub OnMapChanged( _
   ByVal oldValue As Map, _
   ByVal newValue As Map _
) 
C# 
protected override void OnMapChanged( 
   Map oldValue,
   Map newValue
)

Parameters

oldValue
Old map
newValue
New map

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.