次の方法で共有


Layout.OnRemove(Int32, IView) メソッド

定義

呼び出されたときに Insert(Int32, IView) 呼び出され、このレイアウトに関連付けられているハンドラーに通知します。

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)

パラメーター

index
Int32

子ビューが挿入されたインデックス。

view
IView

挿入された子ビュー。

適用対象