B4XTable1_PageChanged (PageIndex As Int)
B4XTable1_PageDisplayingCompleted (PageIndex As Int) (or a better name, created by an Englishman ?)
I mainly need the second one.
EDIT: The DataUpdated event fires when a new page is about to be displayed but before all views are shown. Then only the second event is needed (however, it would be useful if DataUpdated also provides the page index, without having to get it from the CurrentPage property)
P.S. Thinking better, you cannot change DataUpdated, as a matter of compatibility.
The request for the second event remains confirmed.
For the moment, as a workaround, I have put a sleep (400) at the beginning of the DataUpdated event but of course it is an empirical value.