RelativeLayout.OnAdded(View) Method

Definition

Called when a View is added to the Children collection.

protected override void OnAdded (Xamarin.Forms.View view);
override this.OnAdded : Xamarin.Forms.View -> unit

Parameters

view
View

The View added to the Children.

Applies to