PagingDataEvent.Append
-
Cmn
class PagingDataEvent.Append<T : Any> : PagingDataEvent
An append load event
Summary
Public properties |
||
|---|---|---|
List<T> |
The list of newly appended items. |
Cmn
|
Int |
The count of null items trailing the list of loaded data when new data has been appended. |
Cmn
|
Int |
The count of null items trailing the list of loaded data prior to new data being appended. |
Cmn
|
Int |
The first index where this append is applied. |
Cmn
|
Public properties
newPlaceholdersAfter
val newPlaceholdersAfter: Int
The count of null items trailing the list of loaded data when new data has been appended.
oldPlaceholdersAfter
val oldPlaceholdersAfter: Int
The count of null items trailing the list of loaded data prior to new data being appended.
startIndex
val startIndex: Int
The first index where this append is applied. If placeholders are enabled, represents the index of the first placeholder replaced with a real item. Otherwise, it represents the index of where the first new item is inserted.