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


In This Topic
UIChangeComplete Event (MultiSideShape)
In This Topic
Occurs when the User Interface (UI) change is complete.
Syntax
'Declaration
 
Public Event UIChangeComplete As EventHandler
 
'Usage
 
Dim instance As MultiSideShape
Dim handler As EventHandler
 
AddHandler instance.UIChangeComplete, handler
See Also