ListView.ItemAppearing Event
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.
Occurs when the visual representation of an item is being added to the visual layout.
public event EventHandler<Xamarin.Forms.ItemVisibilityEventArgs> ItemAppearing;
member this.ItemAppearing : EventHandler<Xamarin.Forms.ItemVisibilityEventArgs>
Event Type
System.EventHandler<ItemVisibilityEventArgs>
Remarks
This method is guaranteed to fire at some point before the element is on screen.