I created a tabpanel with several labels.
Now I want to listen to the event while the label of a tabpanel is being closed.
Is anyone knows the way?
Thank you!
I created a tabpanel with several labels.
Now I want to listen to the event while the label of a tabpanel is being closed.
Is anyone knows the way?
Thank you!
Use the beforeremove or remove event of the tabpanel.
It works!
Thank you, condor!