Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemAppearingEventArgs

    Show / Hide Table of Contents

    Class ItemAppearingEventArgs

    Provides data for the ItemAppearing event.

    Inheritance
    System.Object
    ItemAppearingEventArgs
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public class ItemAppearingEventArgs : EventArgs

    Constructors

    ItemAppearingEventArgs(Object)

    Initializes a new instance of the ItemAppearingEventArgs class.

    Declaration
    public ItemAppearingEventArgs(object itemData)
    Parameters
    Type Name Description
    System.Object itemData

    The item data of the appearing item.

    Properties

    ItemData

    Gets the underlying data object of the ListViewItem when item appearing from the bound data source.

    Declaration
    public object ItemData { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved