Xamarin.Forms.ListView.ItemDisappearing Event
Occurs when the visual representation of an item is being removed from the visual layout.

Syntax

public event EventHandler<ItemVisibilityEventArgs> ItemDisappearing

Remarks

This method is for virtualization usage only. It is not guaranteed to fire for all visible items when the List is removed from the screen. Additionally it fires during virtualization, which may not correspond directly with removal from the screen depending on the platform virtualization technique used.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0