Layout.OnInsert(Int32, IView) Method

Definition

protected:
 virtual void OnInsert(int index, Microsoft::Maui::IView ^ view);
protected virtual void OnInsert (int index, Microsoft.Maui.IView view);
abstract member OnInsert : int * Microsoft.Maui.IView -> unit
override this.OnInsert : int * Microsoft.Maui.IView -> unit
Protected Overridable Sub OnInsert (index As Integer, view As IView)

Parameters

index
Int32
view
IView

Applies to