Hi, I'm working with delegates and, in my custom delegate class, I need to know:

  1. if there is an opened editor for the current item
  2. when this editor is closed (hidden) by the parent view


How can I do it?

Thanks for your help!