Partager via


Layout.OnUpdate(Int32, IView, IView) Méthode

Définition

Appelé lorsqu’il Item[Int32] est appelé et avertit le gestionnaire associé à cette disposition.

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

Paramètres

index
Int32

Index auquel la vue enfant a été mise à jour.

view
IView

Nouvelle vue enfant qui a été ajoutée à index.

oldView
IView

Vue enfant précédente qui était à index.

S’applique à