winforms - Event handling in C# -


i trying design windows form application. have written event handler button object handle button.click event. worked fine until wrote event handler button.mousedown capture both left , right mouse clicks, in case code worked 1 mouse.buttondown. understand can make previous code work copying code button.click section in mousebuttondown responds left click. question there event handlers take precedence on others , if yes, in order? thing intrigues me there more event handlers ambiguous?

here got detailed list of mouse events , in windows forms.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -