I have a button which I want to Implement it's both event (mousedown and click)..
but I found interfere between Button_MouseDown and Button_Click, Actually I can't imagine why this happen ...
when I remove the mouse down event the click event handler work proberly ... but when I add mouse down event handler the debugger didn't even enter button_click method.
I attached the code cause I can't write and format here well.
Loading
Mohammed MostafaPosted Oct 2, 2012, 1:41 PM
NitRiX ReloadedPosted Oct 2, 2012, 10:48 AM
Can you please tell why exactly you are trying for mouse down?
Mohammed MostafaPosted Oct 2, 2012, 9:36 AM
NitRiX ReloadedPosted Oct 2, 2012, 8:37 AM