Hi all,
In my custom renderer I attach a PropertyChanged Handler to e.NewElement. How can I remove this handler, when the Element/View is destroyed?
Unfortunately, OnElementChanged is not called, when the View is removed from it's parent. Are there any other "hooks" to use?
Thank you!