Spread Windows Forms 15.0
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
    public event EventHandler ShapeDeactivated
    See Also