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

oldValue
newValue
Catch Map changed, in order to subscribe to Map's PropertyChanged event

Syntax

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

Parameters

oldValue
newValue

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.