C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewColumnMovedEventArgs Class / C1GridViewColumnMovedEventArgs 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
C1GridViewColumnMovedEventArgs Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewColumnMovedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal drag As C1BaseField, _
   ByVal drop As C1BaseField, _
   ByVal position As C1GridViewDropPosition, _
   ByVal destIndex As System.Integer _
)
 

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