When a toolbar add to mainwindow, user can drag and drop it to change area (BottomToolBarArea, TopToolBarArea, ...)

How to catch the event when it changes area?
I tried all available signals of QToolBar but it's not working.

Thanks.