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