ArcGIS API for Windows Phone - Library Reference
OnGraphicsSourceChanged Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > KmlLayer 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 Overrides NotOverridable Sub OnGraphicsSourceChanged( _
   ByVal oldValue As IEnumerable(Of Graphic), _
   ByVal newValue As IEnumerable(Of Graphic) _
) 
C# 
protected override void OnGraphicsSourceChanged( 
   IEnumerable<Graphic> oldValue,
   IEnumerable<Graphic> newValue
)

Parameters

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

Exceptions

ExceptionDescription
System.InvalidOperationExceptionThrown when property is changed on a .

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.