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.ColumnGroupedADGHeaderShift(movingColumnIndex, newColumnIndex, oldColumnIndex, [triggerEvent])
                  VB
                  
advancedDataGrid.ColumnGroupedADGHeaderShift(movingColumnIndex, newColumnIndex, oldColumnIndex, [triggerEvent])
                  
                  
                     
                     
                     
                     
                        
                        
                           | Variable | Description | 
                        
                     
                     
                     
                        
                        
                           
                           | movingColumnIndex | The data provider index of the item to be selected. Integer. | 
                        
                        
                           
                           | newColumnIndex | The zero-based index after the change. Integer. | 
                        
                        
                           
                           | oldColumnIndex | The zero-based index before the change. Integer. | 
                        
                        
                           
                           | triggerEvent | Optional: The event, such as a mouse or keyboard event, that triggered the selection action. FlexTriggerEvent. |