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

oldMap
newMap
When map changes, unhook ExtentChanged event handler and hook up with the new map. Also called update if initialization has already occurred.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnMapChanged( _
   ByVal oldMap As Map, _
   ByVal newMap As Map _
) 
C# 
protected override void OnMapChanged( 
   Map oldMap,
   Map newMap
)

Parameters

oldMap
newMap

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.