Intersoft.Client.UI.DataVisualization Namespace > StackedLineAreaSeriesBase Class : OnSeriesDefinitionsCollectionChanged Method |
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
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