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


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