Drag and Drop / change sequence of event handlers

Also to note, event handlers are all triggered asynchronously, so if you want to manage the sequence of execution, you need to handle it differently than trying to order the event handlers in the UI (example here).

3 Likes