Sdílet prostřednictvím


Layout.OnInsert(Int32, IView) Metoda

Definice

Vyvolá se při RemoveAt(Int32) zavolání a upozorní obslužnou rutinu přidruženou k tomuto rozložení.

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)

Parametry

index
Int32

Index, ve kterém bylo podřízené zobrazení odebráno.

view
IView

Podřízené zobrazení, které bylo odebráno.

Platí pro