RelativeLayout.OnRemoved(View) Method

Definition

Called when a View is removed from the Children collection.

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

Parameters

view
View

The View removed from the Children collection.

Applies to