Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ICustomCalculationService Methods

Allows you to manage the worksheet calculations process.
Name Description
OnBeginCalculation() Called when workbook calculation starts.
OnBeginCellCalculation(CellCalculationArgs) Called when the calculation is started for a particular cell.
OnBeginCircularReferencesCalculation() Called when calculation of circular references starts.
OnEndCalculation() Called when workbook calculation is finished.
OnEndCellCalculation(CellKey, CellValue, CellValue) Called when the calculation is finalized for a particular cell.
OnEndCircularReferencesCalculation(IList<CellKey>) This method is called after circular reference calculation.
ShouldMarkupCalculateAlwaysCells() Mark the “CalculateAlways” cells as needing recalculation.
See Also