True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.BaseGrid Namespace / Frame Class / OnGroupAggregate Method

In This Topic
    OnGroupAggregate Method (Frame)
    In This Topic
    Raised when custom aggregates are used for a grouped grid.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGroupAggregate( _
       ByVal e As GroupTextEventArgs _
    ) 
    protected virtual void OnGroupAggregate( 
       GroupTextEventArgs e
    )

    Parameters

    e
    See Also