[]
Occurs when the grid needs to calculate a custom aggregate.
public event EventHandler<CustomAggregateEventArgs> CustomAggregate
Type | Description |
---|---|
EventHandler<CustomAggregateEventArgs> | Occurs when the grid needs to calculate a custom aggregate. |
The event arguments contain a range that is to be aggregated; the event handler should calculate the custom aggregate and assign the value to the Result parameter.