[TAdvPolyPager] OnChanging behaviour

Hi everyone,



I use the TAdvPolyPager with severals items in it.

I've got a procedure that delete a given page and the item in items list then go to the previous active page or a new.



When my active page is the one I want to delete, the OnChanging event is
cal 2 times and another time on the new active page then OnChange event
is call....


On a treeview component it is sequentially :

  • OnChanging  = Node I quit
  • OnChange = Node I arrive

If someone understanded me, why the onchanging event is call so many times ? Is there a bug ?


Gratefully

up......