[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ReloadSheetCellRangeEventHandler

ReloadSheetCellRangeEventHandler Delegate

Represents the event handler for the FormulaChanged 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.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public delegate void ReloadSheetCellRangeEventHandler(object sender, ReloadSheetCellRangeFormulaEventArgs e)
Public Delegate Sub ReloadSheetCellRangeEventHandler(sender As Object, e As ReloadSheetCellRangeFormulaEventArgs)
Parameters
Type Name Description
object sender

Object that raised the event

ReloadSheetCellRangeFormulaEventArgs e

ReloadSheetCellRangeFormulaEventArgs object that contains event data