I had not seen that event because I had downloaded the project, thinking it contained the latest version of xCustomListView which instead is attached separately.
If I understand well, that event, VisibleRangeChange, is used in the examples to fill 1,000 items "quickly" and to empty non-visible items.
Again if I understand well
, ExtraSize is an arbitrary value used supposing that ExtraSize or less items are shown.
Instead of filling all the 1,000 items at once, the event is used to fill only those currently shown if they are not already filled.
[This is not the best moment to think/study better, for me; so I can not investigate the code more]