Intersoft ClientUI Documentation
OnItemsSourceCollectionChanged(IEnumerable,NotifyCollectionChangedEventArgs) Method



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

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

DataPointSeries Class
DataPointSeries Members

Send Feedback