FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FillCollection Class / Changed Event


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