Represents the method that will handle the ColumnMoved event of the C1GridView.

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

Syntax

C#
public delegate void C1GridViewColumnMovedEventHandler(
	Object sender,
	C1GridViewColumnMovedEventArgs e
)
Visual Basic
Public Delegate Sub C1GridViewColumnMovedEventHandler ( _
	sender As Object, _
	e As C1GridViewColumnMovedEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.Web.UI.Controls.C1GridView..::..C1GridViewColumnMovedEventArgs
A C1GridViewColumnMovedEventArgs object that contains the event data.

See Also