[]
Handles the data aggregate in the data model of the sheet.
public delegate void AggregateEventHandler(object sender, AggregateArgs e)
Public Delegate Sub AggregateEventHandler(sender As Object, e As AggregateArgs)
| 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. |