FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / Changed Event


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