[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SparklineModelEventHandler

SparklineModelEventHandler Delegate

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.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void SparklineModelEventHandler(object sender, SparklineModelUpdateEventArgs e)
Public Delegate Sub SparklineModelEventHandler(sender As Object, e As SparklineModelUpdateEventArgs)
Parameters
Type Name Description
object sender

The sender.

SparklineModelUpdateEventArgs e

The SparklineModelUpdateEventArgs instance that contains the event data.