ArcGIS Runtime SDK for WPF - Library Reference
OnMapChanged Method
See Also 
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : OnMapChanged Method

oldMap
The old map.
newMap
The new map.
Stop the maptipHideTimer when map changes.

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
The old map.
newMap
The new map.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.