[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregateEventHandler

AggregateEventHandler Delegate

Handles the data aggregate in the data model of the sheet.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void AggregateEventHandler(object sender, AggregateArgs e)
Public Delegate Sub AggregateEventHandler(sender As Object, e As AggregateArgs)
Parameters
Type Name Description
object sender Handles the data aggregate in the data model of the sheet.
AggregateArgs e Handles the data aggregate in the data model of the sheet.