[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.AfterSubtotal

AfterSubtotal Event

Fires after each subtotal row has been added to the grid.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.10.dll
Syntax
public event SubtotalEventHandler AfterSubtotal
Public Event AfterSubtotal As SubtotalEventHandler
Returns
Type Description
SubtotalEventHandler Fires after each subtotal row has been added to the grid.
Remarks

Subtotal rows are added when the C1.Win.FlexGrid.C1FlexGridBase.Subtotal(C1.Win.FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.FlexGrid.AggregateFlags,C1.Win.FlexGrid.RowColFlags) method is invoked.