menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDisappearingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemDisappearingEventArgs

    Provides data for the ItemDisappearing event.

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

    Constructors

    ItemDisappearingEventArgs(Object)

    Initializes a new instance of the ItemDisappearingEventArgs class.

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

    The item data of the disappearing item.

    Properties

    DataItem

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

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