True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GroupColEventHandler Delegate

In This Topic
    GroupColEventHandler Delegate
    In This Topic
    Raised when grouping columns.
    Syntax
    'Declaration
     
    Public Delegate Sub GroupColEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As GroupColEventArgs _
    ) 
    public delegate void GroupColEventHandler( 
       System.object sender,
       GroupColEventArgs e
    )

    Parameters

    sender
    e
    See Also