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 |