Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SparklineModelEventHandler Delegate
The sender.
The SparklineModelUpdateEventArgs instance that contains the event data.


In This Topic
    SparklineModelEventHandler Delegate
    In This Topic
    Represents the event handler for the UpdatedCellRanges event, which occurs when an object that contains the sheet cell ranges notifies that formulas have been changed and that the SheetCellRange needs to be updated.
    Syntax
    'Declaration
     
    
    Public Delegate Sub SparklineModelEventHandler( _
       ByVal sender As Object, _
       ByVal e As SparklineModelUpdateEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New SparklineModelEventHandler(AddressOf HandlerMethod)
    public delegate void SparklineModelEventHandler( 
       object sender,
       SparklineModelUpdateEventArgs e
    )

    Parameters

    sender
    The sender.
    e
    The SparklineModelUpdateEventArgs instance that contains the event data.
    See Also