Layout.OnRemove(Int32, IView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when Insert(Int32, IView) is called and notifies the handler associated to this layout.
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)
Parameters
- index
- Int32
The index at which the child view was inserted.
- view
- IView
The child view which was inserted.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.