From the documentation my guess is that it works like property change signal, i.e. it is emitted when the pointer returned by QQuickItem::window() changes.

So when the item gets first added to a scene of a QQuickWindow or when it is moved to a scene of a different window.

Cheers,
_