Grid.OnRemoved(View) Method

Definition

Method that is called when a child is removed from this Grid element.

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

Parameters

view
View

The element that was removed.

Applies to