Constructor. Initializes a new instance of the C1GridViewColumnMovedEventArgs class.

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

Syntax

C#
public C1GridViewColumnMovedEventArgs(
	C1BaseField column,
	int destIndex
)
Visual Basic
Public Sub New ( _
	column As C1BaseField, _
	destIndex As Integer _
)

Parameters

column
Type: C1.Web.UI.Controls.C1GridView..::..C1BaseField
The C1BaseField object being repositioned.
destIndex
Type: System..::..Int32
Index of the new position within the Columns collection.

See Also