which events do you mean?
the afterInit() method is called always when the component must show up - and this can also happen when you hide / show the component in your canvas (perhaps this is what you have due to the usage of tabstrip)?
the afterUpdate() method is called always when some property is changed. of course also always if afterInit() was called.
is this what you observe?
Karol