共用方式為


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

插入的子檢視。

適用於