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


In This Topic
    Disposed Event
    In This Topic
    Adds an event handler to listen to the Disposed event on the SpreadChart.
    Syntax
    'Declaration
     
    
    Public Event Disposed As EventHandler
    'Usage
     
    
    Dim instance As ChartShape
    Dim handler As EventHandler
     
    AddHandler instance.Disposed, handler
    public event EventHandler Disposed
    See Also