Open Wenfengcheng opened 5 years ago
OnElementChanged is called twice - when control is created and then when disposed.
if(e.NewElement != null) addobserver and do other stuff if(e.oldElement!=null) remove observer and destroy everything you allocated
OnElementChanged is called twice - when control is created and then when disposed.