LoadingItem Property
LoadingItem
Gets or sets the callback that is called when the items are being loaded.
Declaration
[Parameter]
public EventHandler<ListViewItemStyleEventArgs> LoadingItem { get; set; }
<Parameter>
Public Property LoadingItem As EventHandler(Of ListViewItemStyleEventArgs)