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

oldValue
Old value of the GraphicsSource property.
newValue
New value of the GraphicsSource property.
Called when the GraphicsSource property changes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnGraphicsSourceChanged( _
   ByVal oldValue As IEnumerable(Of Graphic), _
   ByVal newValue As IEnumerable(Of Graphic) _
) 
C# 
protected virtual void OnGraphicsSourceChanged( 
   IEnumerable<Graphic> oldValue,
   IEnumerable<Graphic> newValue
)

Parameters

oldValue
Old value of the GraphicsSource property.
newValue
New value of the GraphicsSource property.

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.