Element.OnChildAdded(Element) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked whenever the ChildAdded event needs to be emitted. Implement this method to add class handling for this event.
protected virtual void OnChildAdded (Xamarin.Forms.Element child);
abstract member OnChildAdded : Xamarin.Forms.Element -> unit
override this.OnChildAdded : Xamarin.Forms.Element -> unit
Parameters
- child
- Element
The element that was added.
Remarks
This method has no default implementation. You should still call the base implementation in case an intermediate class has implemented this method.