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 |
---|
System.Object |