Spread Windows Forms 12.0 Product Documentation
SparklineModelEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SparklineModelEventHandler Delegate
The sender.
The SparklineModelUpdateEventArgs instance that contains the event data.
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

Reference

SparklineModelEventHandler Members
FarPoint.Win.Spread Namespace