Bubble Mouse Move events from child controls up the hierarchy in Windows Forms
Windows Forms (or „WinForms“ for short) does not know the concept of event bubbling (also called „event propagation“ sometimes). To solve this in terms of command routing, I’ve written some small classes earlier. To bubble up events from child controls to parent controls…