True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / GroupColMoveEventHandler Delegate

In This Topic
    GroupColMoveEventHandler Delegate
    In This Topic
    Raised when a column is moved into or out of the grouping area.
    Syntax
    'Declaration
     
    Public Delegate Sub GroupColMoveEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As GroupColMoveEventArgs _
    ) 
    public delegate void GroupColMoveEventHandler( 
       System.object sender,
       GroupColMoveEventArgs e
    )

    Parameters

    sender
    e
    See Also