[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.CustomAggregate

CustomAggregate Event

Occurs when the grid needs to calculate a custom aggregate.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public event EventHandler<CustomAggregateEventArgs> CustomAggregate
Returns
Type Description
EventHandler<CustomAggregateEventArgs> Occurs when the grid needs to calculate a custom aggregate.
Remarks

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.