Xamarin.Forms.Layout<T>: Method Members

The methods of Xamarin.Forms.Layout<T> are listed below. For a list of all members, see the Layout<T> Members list.

See Also: Inherited members from Xamarin.Forms.Layout

Protected Methods

OnAdded(T)
Invoked when a child is added to the layout. Implement this method to add class handling for this event.
OnRemoved(T)
Invoked when a child is removed from the layout. Implement this method to add class handling for this event.