Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / Changed Event


In This Topic
    Changed Event (PlotArea)
    In This Topic
    Occurs when the plot area is changed.
    Syntax
    'Declaration
     
    
    Public Event Changed As EventHandler
    'Usage
     
    
    Dim instance As PlotArea
    Dim handler As EventHandler
     
    AddHandler instance.Changed, handler
    public event EventHandler Changed
    See Also