Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDisappearingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemDisappearingEventArgs

    Provides data for the ItemDisappearing event.

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

    Constructors

    ItemDisappearingEventArgs(Object)

    Initializes a new instance of the ItemDisappearingEventArgs class.

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

    The item data of the disappearing item.

    Properties

    ItemData

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

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