Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / FireChanged Method
The updated cell ranges.


In This Topic
    FireChanged Method (DefaultSparklineContainer)
    In This Topic
    Fires the Changed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub FireChanged( _
       ByVal updateCellRanges As List(Of CellRange) _
    ) 
    'Usage
     
    
    Dim instance As DefaultSparklineContainer
    Dim updateCellRanges As List(Of CellRange)
     
    instance.FireChanged(updateCellRanges)
    protected virtual void FireChanged( 
       List<CellRange> updateCellRanges
    )

    Parameters

    updateCellRanges
    The updated cell ranges.
    See Also