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

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

    Parameters

    e
    See Also