Recreating a Tray menu for example because you have a checkbox item that should trigger logic will break OnDoubleClick even if you rebind the handler. It just works upon the first creation
Steps to Reproduce:
- Create a Tray menu and register OnDoubleClick.
- Destroy the Tray from a menu item and recreate, rebind OnDoubleClick
- DoubleClick not triggering anymore