Performs a notification when column or row data is moved in the grid.
Source position: grids.pas line 981
protected procedure TCustomGrid.ColRowMoved(
IsColumn: Boolean;
FromIndex: Integer;
ToIndex: Integer
); virtual;