FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / OnAfterGroupUpdate Method

In This Topic
    OnAfterGroupUpdate Method (C1FlexGrid)
    In This Topic
    Raises the AfterGroupUpdate event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAfterGroupUpdate( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnAfterGroupUpdate( 
       EventArgs e
    )

    Parameters

    e
    See Also