Class ItemAppearingEventArgs
Provides data for the ItemAppearing event.
Inheritance
System.Object
ItemAppearingEventArgs
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public class ItemAppearingEventArgs : EventArgs
Constructors
ItemAppearingEventArgs(Object)
Initializes a new instance of the ItemAppearingEventArgs class.
Declaration
public ItemAppearingEventArgs(object dataItem)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataItem | The item data of the appearing item. |
Properties
DataItem
Gets the underlying data object of the ListViewItem when item appearing from the bound data source.
Declaration
public object DataItem { get; }
Property Value
Type |
---|
System.Object |