ArcGIS API for WPF - 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 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.