Layout<T>.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.
Application developers can override this method to respond when a child is added.
protected override void OnChildAdded (Xamarin.Forms.Element child);
override this.OnChildAdded : Xamarin.Forms.Element -> unit
Parameters
- child
- Element
The child that was added.
Remarks
Application developers who override this method must call base.OnChildAdded before performing any other actions in their override.