Hi Emil,
We would like to enlighten you that when event is hooked from XAML page, it will be automatically unsubscribed when object get disposed. And when you subscribe the event in code behind (for e.g., OnAppearing method), then you need to unsubscribe it in OnDisappearing override method. This is common for all our controls.
Still, if you are facing any memory leak issues in any of our controls, then please share the more details about the issues along with control name?
Regards,
G.Muthu Kumaran.