Intersoft ClientUI Documentation
OnSeriesDefinitionsCollectionChanged Method (StackedLineAreaSeriesBase)



Called when the SeriesDefinitions collection changes.
Syntax
Protected Overrides Sub OnSeriesDefinitionsCollectionChanged( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal oldItems As IList, _
   ByVal oldStartingIndex As Integer, _
   ByVal newItems As IList, _
   ByVal newStartingIndex As Integer _
) 
Dim instance As StackedLineAreaSeriesBase
Dim action As NotifyCollectionChangedAction
Dim oldItems As IList
Dim oldStartingIndex As Integer
Dim newItems As IList
Dim newStartingIndex As Integer
 
instance.OnSeriesDefinitionsCollectionChanged(action, oldItems, oldStartingIndex, newItems, newStartingIndex)
protected override void OnSeriesDefinitionsCollectionChanged( 
   NotifyCollectionChangedAction action,
   IList oldItems,
   int oldStartingIndex,
   IList newItems,
   int newStartingIndex
)
protected:
void OnSeriesDefinitionsCollectionChanged( 
   NotifyCollectionChangedAction action,
   IList^ oldItems,
   int oldStartingIndex,
   IList^ newItems,
   int newStartingIndex
) override 

Parameters

action
oldItems
oldStartingIndex
newItems
newStartingIndex
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

StackedLineAreaSeriesBase Class
StackedLineAreaSeriesBase Members

Send Feedback