Fires when the column is draged.
The event handler receives an argument of type ColumnDragEventArgs containing data related to this event. The following ColumnDragEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Column | Gets the column that was resized. |
| NewIndex | Gets the index of column that it have after it was draged. |
| OldIndex | Gets the index of column that it had before it was draged. |
SmartGrid Class | Resco.Controls.SmartGrid Namespace