OnColumnMoveOver
Occurs while user is dragging header of a column over other columns in order to change position of the column.
pas
property OnColumnMoveOver: TNxColumnMoveOverEvent read FOnColumnMoveOver write FOnColumnMoveOver;
The event provides Accept
parameter that can be set to False
in order to prevent moving to column to specified new position.