ArcGIS API for Windows Phone - Library Reference
OnItemsSourceCollectionChanged Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsDataSource Class : OnItemsSourceCollectionChanged Method

collection
The collection.
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
Called when the items source collection has changed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnItemsSourceCollectionChanged( _
   ByVal collection As IEnumerable, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
C# 
protected virtual void OnItemsSourceCollectionChanged( 
   IEnumerable collection,
   NotifyCollectionChangedEventArgs e
)

Parameters

collection
The collection.
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.