Element.OnChildRemoved(Element, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 ChildRemoved 事件。 實作這個方法以新增此事件的類別處理
protected:
virtual void OnChildRemoved(Microsoft::Maui::Controls::Element ^ child, int oldLogicalIndex);
protected virtual void OnChildRemoved (Microsoft.Maui.Controls.Element child, int oldLogicalIndex);
abstract member OnChildRemoved : Microsoft.Maui.Controls.Element * int -> unit
override this.OnChildRemoved : Microsoft.Maui.Controls.Element * int -> unit
Protected Overridable Sub OnChildRemoved (child As Element, oldLogicalIndex As Integer)
參數
- child
- Element
已移除的子專案。
- oldLogicalIndex
- Int32
邏輯樹狀結構中的子專案索引。
備註
這個方法沒有預設實作。 如果中繼類別已實作此方法,您仍應該呼叫基底實作。 如果未偵錯,邏輯樹狀結構索引將不會有任何作用。