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

In This Topic
    GroupIntervalEventHandler Delegate
    In This Topic
    Raised when text is grouped.
    Syntax
    'Declaration
     
    Public Delegate Sub GroupIntervalEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As GroupIntervalEventArgs _
    ) 
    public delegate void GroupIntervalEventHandler( 
       System.object sender,
       GroupIntervalEventArgs e
    )

    Parameters

    sender
    e
    See Also