AbsListView.IRecyclerListener.OnMovedToScrapHeap(View) Method

Definition

Indicates that the specified View was moved into the recycler's scrap heap.

[Android.Runtime.Register("onMovedToScrapHeap", "(Landroid/view/View;)V", "GetOnMovedToScrapHeap_Landroid_view_View_Handler:Android.Widget.AbsListView/IRecyclerListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnMovedToScrapHeap (Android.Views.View? view);
[<Android.Runtime.Register("onMovedToScrapHeap", "(Landroid/view/View;)V", "GetOnMovedToScrapHeap_Landroid_view_View_Handler:Android.Widget.AbsListView/IRecyclerListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnMovedToScrapHeap : Android.Views.View -> unit

Parameters

view
View

view

Attributes

Remarks

Indicates that the specified View was moved into the recycler's scrap heap. The view is not displayed on screen any more and any expensive resource associated with the view should be discarded.

Java documentation for android.widget.AbsListView.RecyclerListener.onMovedToScrapHeap(android.view.View).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to