Bagikan melalui


Element.OnChildRemoved(Element, Int32) Metode

Definisi

Memunculkan kejadian ChildRemoved. Terapkan metode ini untuk menambahkan penanganan kelas untuk kejadian ini

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)

Parameter

child
Element

Elemen anak yang telah dihapus.

oldLogicalIndex
Int32

Indeks elemen anak di pohon logis.

Keterangan

Metode ini tidak memiliki implementasi default. Anda masih harus memanggil implementasi dasar jika kelas menengah telah menerapkan metode ini. Jika tidak men-debug, indeks pohon logis tidak akan berpengaruh apa pun.

Berlaku untuk