AbsListView.IRecyclerListener.OnMovedToScrapHeap(View) 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.
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.
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.