ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewColumnGroupedEventArgs Class / C1GridViewColumnGroupedEventArgs Constructor
Drag source, column being dragged.
Drop target, column on which drag source is dropped.
Position to drop relative to drop target.
Index of the new position.

In This Topic
    C1GridViewColumnGroupedEventArgs Constructor
    In This Topic
    Constructor. Initializes a new instance of the C1GridViewColumnGroupedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal drag As C1BaseField, _
       ByVal drop As C1BaseField, _
       ByVal position As C1GridViewDropPosition, _
       ByVal destIndex As System.Integer _
    )
    public C1GridViewColumnGroupedEventArgs( 
       C1BaseField drag,
       C1BaseField drop,
       C1GridViewDropPosition position,
       System.int destIndex
    )

    Parameters

    drag
    Drag source, column being dragged.
    drop
    Drop target, column on which drag source is dropped.
    position
    Position to drop relative to drop target.
    destIndex
    Index of the new position.
    See Also