Hi Arush,
I'm not aware of a table event that you could attach a handler to for getting called when the page changes.
You could register a handler to the "click" event for the whole table via the function "attachBrowserEvent". But then you would need to find out by "inspecting" the event object if and which "part" of the paginator has been clicked on... .
Regards, Frank