Action
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting in shifting the column to a new index.
Syntax
C#
advancedDataGrid.HeaderShift(newIndex, oldIndex, [triggerEvent])
VB
advancedDataGrid.HeaderShift(newIndex, oldIndex, [triggerEvent])
Variable |
Description |
newIndex |
The zero-based index of the header after the change. Integer. |
oldIndex |
The zero-based index of the header before the change. Integer. |
triggerEvent |
Optional: The event that triggered this event. FlexTriggerEvent. |