Listener for closing FormEditor
I have extended the FormEditor class to develop my own customized editor window. I want to be able to perform some operations every time it is opened and closed. Adding code to the opening bit is pretty straight-forward, but I'm confused as to how a listener will be added whenever the Editor is closed.
Thanks!
Thanks!