If I install an event handler with code, do I also need to remove the event handler? To prevent memory leak.
It’s best to remove event handlers when you move from the current view.
You can remove handlers in a OnDisappearingmethod
OnDisappearing