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


In This Topic
    SelectionChanged Event (FpChart)
    In This Topic
    Occurs when the selection changed.
    Syntax
    'Declaration
     
    
    Public Event SelectionChanged As EventHandler
    'Usage
     
    
    Dim instance As FpChart
    Dim handler As EventHandler
     
    AddHandler instance.SelectionChanged, handler
    public event EventHandler SelectionChanged
    See Also