Which event is fired when user moves to other screen

There is a MainWindow which includes several container controls.
I want to enable a Timer only when A container is seen, and in case user moves other containers, I want to disable (stop) the Timer.

I wonder if there is an event fired when I move other container.

Is there?

Thanks.