Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SparklineModelEventHandler Members
FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.