Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeriesCollection Class / Changed Event


In This Topic
Changed Event (LineSeriesCollection)
In This Topic
Occurs when the collection is changed.
Syntax
'Declaration
 
Public Event Changed As EventHandler
 
'Usage
 
Dim instance As LineSeriesCollection
Dim handler As EventHandler
 
AddHandler instance.Changed, handler
See Also