Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ActionDone Event


In This Topic
    ActionDone Event (ChartShape)
    In This Topic
    Occurs when on actions done such as move, resize, delete, cut and paste.
    Syntax
    'Declaration
     
    
    Public Event ActionDone As EventHandler
    'Usage
     
    
    Dim instance As ChartShape
    Dim handler As EventHandler
     
    AddHandler instance.ActionDone, handler
    public event EventHandler ActionDone
    See Also