FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotAreaCollection Class / OnListChanged Method
The System.ComponentModel.ListChangedEventArgs instance that contains the event data.


In This Topic
OnListChanged Method (PlotAreaCollection)
In This Topic
Raises the ListChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnListChanged( _
   ByVal e As ListChangedEventArgs _
) 
 
'Usage
 
Dim instance As PlotAreaCollection
Dim e As ListChangedEventArgs
 
instance.OnListChanged(e)

Parameters

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