[]
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.
public delegate void ReloadSheetCellRangeEventHandler(object sender, ReloadSheetCellRangeFormulaEventArgs e)
Public Delegate Sub ReloadSheetCellRangeEventHandler(sender As Object, e As ReloadSheetCellRangeFormulaEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Object that raised the event |
ReloadSheetCellRangeFormulaEventArgs | e | ReloadSheetCellRangeFormulaEventArgs object that contains event data |