ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / OnSelectionChanged Method / OnSelectionChanged(EventArgs) Method



In This Topic
    OnSelectionChanged(EventArgs) Method
    In This Topic
    Called when selection was changed.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub OnSelectionChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim e As EventArgs
     
    instance.OnSelectionChanged(e)
    protected void OnSelectionChanged( 
       EventArgs e
    )
    protected:
    void OnSelectionChanged( 
       EventArgs^ e
    ) 

    Parameters

    e
    See Also