C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : ColumnMoved Event |
'Declaration Public Event ColumnMoved As C1GridViewColumnMovedEventHandler
public event C1GridViewColumnMovedEventHandler ColumnMoved
The event handler receives an argument of type C1GridViewColumnMovedEventArgs containing data related to this event. The following C1GridViewColumnMovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DestIndex | Index of the new position. |
Drag | Drag source, the C1BaseField object being dragged. |
Drop | Drop target, the C1BaseField object on which drag source is dropped. |
Position | Position to drop relative to drop target. |