Spread Windows Forms 12.0 Product Documentation
OnListChanged Method (SeriesCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > SeriesCollection Class : OnListChanged Method
The System.ComponentModel.ListChangedEventArgs instance that contains the event data.
Raises the ListChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnListChanged( _
   ByVal e As ListChangedEventArgs _
) 
'Usage
 
Dim instance As SeriesCollection
Dim e As ListChangedEventArgs
 
instance.OnListChanged(e)
protected virtual void OnListChanged( 
   ListChangedEventArgs e
)

Parameters

e
The System.ComponentModel.ListChangedEventArgs instance that contains the event data.
See Also

Reference

SeriesCollection Class
SeriesCollection Members