다음을 통해 공유


Layout.OnInsert(Int32, IView) 메서드

정의

호출될 때 RemoveAt(Int32) 호출되고 이 레이아웃에 연결된 처리기에 알립니다.

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)

매개 변수

index
Int32

자식 뷰가 제거된 인덱스입니다.

view
IView

제거된 자식 뷰입니다.

적용 대상