Grid.OnAdded(View) Method

Definition

Method that is called when a child is added to this Grid element.

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

Parameters

view
View

The element that was added.

Applies to