Element.OnChildRemoved(Element)
Element.OnChildRemoved(Element)
Method
Definition
Invoked whenever the ChildRemoved event needs to be emitted. Implement this method to add class handling for this event.
protected virtual void OnChildRemoved (Xamarin.Forms.Element child);
abstract member OnChildRemoved : Xamarin.Forms.Element -> unit
override this.OnChildRemoved : Xamarin.Forms.Element -> unit
Parameters
Remarks
This method has no default implementation. You should still call the base implementation in case an intermediate class has implemented this method.