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


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