Constructor. Initializes a new instance of the C1GridViewGroupColumnMoveEventArgs class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1GridViewGroupColumnMoveEventArgs(
	C1Field column,
	int destIndex,
	GroupMove pos
)
Visual Basic
Public Sub New ( _
	column As C1Field, _
	destIndex As Integer, _
	pos As GroupMove _
)

Parameters

column
Type: C1.Web.UI.Controls.C1GridView..::..C1Field
The C1Field object being repositioned.
destIndex
Type: System..::..Int32
Index of the new position within the Columns or GroupedColumns collection. Which collection is specified by the pos.
pos
Type: C1.Web.UI.Controls.C1GridView..::..GroupMove
One of the GroupMove values that specified the action that generated the event.

See Also