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


In This Topic
    ActionDone Event (FpChart)
    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 FpChart
    Dim handler As EventHandler
     
    AddHandler instance.ActionDone, handler
    public event EventHandler ActionDone
    See Also