Partager via


Layout.OnInsert(Int32, IView) Méthode

Définition

Appelé lorsqu’il RemoveAt(Int32) est appelé et avertit le gestionnaire associé à cette disposition.

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)

Paramètres

index
Int32

Index auquel la vue enfant a été supprimée.

view
IView

Vue enfant qui a été supprimée.

S’applique à