Intersoft ClientUI Documentation
OnItemsSourceCollectionChanged Method (LineAreaSeriesBase)



New value of the collection.
Information about the change.
Method called when the ItemsSource collection changes.
Syntax
Protected Overrides Sub OnItemsSourceCollectionChanged( _
   ByVal collection As IEnumerable, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
Dim instance As LineAreaSeriesBase
Dim collection As IEnumerable
Dim e As NotifyCollectionChangedEventArgs
 
instance.OnItemsSourceCollectionChanged(collection, e)
protected override void OnItemsSourceCollectionChanged( 
   IEnumerable collection,
   NotifyCollectionChangedEventArgs e
)
protected:
void OnItemsSourceCollectionChanged( 
   IEnumerable^ collection,
   NotifyCollectionChangedEventArgs^ e
) override 

Parameters

collection
New value of the collection.
e
Information about the change.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LineAreaSeriesBase Class
LineAreaSeriesBase Members

Send Feedback