Partager via


Layout.OnRemove(Int32, IView) Méthode

Définition

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

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

Paramètres

index
Int32

Index auquel la vue enfant a été insérée.

view
IView

Vue enfant qui a été insérée.

S’applique à