ArcGIS API for Silverlight - Library Reference
OnChildLayersCollectionChanged Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GroupLayerBase Class : OnChildLayersCollectionChanged Method

e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
Called when the E:ChildLayers's System.Collections.Specialized.INotifyCollectionChanged event fires.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnChildLayersCollectionChanged( _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
C# 
protected virtual void OnChildLayersCollectionChanged( 
   NotifyCollectionChangedEventArgs e
)

Parameters

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.