Stop executing code in an event handler
Posted: Wed Mar 22, 2017 9:23 pm
Is there a way to stop executing the code in an event handler before it is completed ? In a subroutine you can simply do a return but there is nothing for an event handler to return to.