Occurs when a column is moved, but before the C1GridView handles the operation.

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

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1GridViewColumnMoveEventHandler ColumnMoving
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event ColumnMoving As C1GridViewColumnMoveEventHandler

Remarks

To cancel the action set the Cancel property of the C1GridViewColumnMoveEventArgs object to true.

See Also