79166822

Date: 2024-11-07 14:14:19
Score: 0.5
Natty:
Report link

you can also subscribe to the event with the existing function

myControl.addEventListener("onclose", oncloseEventHandler)
    function oncloseEventHandler(event)
    {
        //do stuff
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SEGMK