FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / ParentChanged Event


In This Topic
ParentChanged Event (SpreadChart)
In This Topic
Occurs when the parent of the element changes.
Syntax
'Declaration
 
Public Event ParentChanged As EventHandler
 
'Usage
 
Dim instance As SpreadChart
Dim handler As EventHandler
 
AddHandler instance.ParentChanged, handler
See Also