Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShapeDeactivated Event


In This Topic
ShapeDeactivated Event
In This Topic
Occurs when the user deactivates the active shape object.
Syntax
'Declaration
 
Public Event ShapeDeactivated As EventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As EventHandler
 
AddHandler instance.ShapeDeactivated, handler
See Also