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

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

    Parameters

    sender
    e
    See Also