You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
The "OnChildRemoved" method of the "Xamarin.Forms.Element" class is firing the "ChildRemove" event giving the child as the first argument (sender) instead of itself.
I'm assuming this isn't intentional, especially considering that for the "ChildAdded" event the element does give itself as the sender.
The text was updated successfully, but these errors were encountered:
While that does seem odd, it has probably been this way for a long time and would be a breaking change right now. Considering the Xamarin.Forms lifespan we have left, I don't think we will be changing this behavior anymore at this time.
Description
The "OnChildRemoved" method of the "Xamarin.Forms.Element" class is firing the "ChildRemove" event giving the child as the first argument (sender) instead of itself.
I'm assuming this isn't intentional, especially considering that for the "ChildAdded" event the element does give itself as the sender.
The text was updated successfully, but these errors were encountered: