Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / OnAfterSelectionChanging Method
The cell range.


In This Topic
    OnAfterSelectionChanging Method (ChartSelectDataSource)
    In This Topic
    Called when [after selection changing].
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAfterSelectionChanging( _
       ByVal cellRange As CellRange _
    ) 
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim cellRange As CellRange
     
    instance.OnAfterSelectionChanging(cellRange)
    protected virtual void OnAfterSelectionChanging( 
       CellRange cellRange
    )

    Parameters

    cellRange
    The cell range.
    See Also