ArcGIS API for Silverlight - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.