0

How can I detect when a tab in a tab panel is destroyed? There seems to be no event for that (only for tab and title change)

I know I can listen on 'destroy' event of the components that I am using as tabs, and that works, but I need to do this from MVC controller. I am thinking a right control query may do it, but am not sure...

zam6ak
  • 7,229
  • 11
  • 46
  • 84

1 Answers1

0

The parent tab panel should fire beforeremove event which you can catch in your controller.

Izhaki
  • 23,372
  • 9
  • 69
  • 107