single click and double click
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All can anybody tell how to handle both the Single Click and Double click event for User Control Actually i am trying to handle single click by UserControl_MouseLeftButtonUp Event and Double click by UserControl_PreviewMouseDoubleClick Event but when i double click the user control then the UserControl_MouseLeftButtonUp Fired twice thus causing both the functionality get executed (i.e firstly the functionality for mouse up and then for double click) is there any way to handle both the events seprately (single click and double click) so that on double click the functionality for double click shuld be executed alone. Regards Rishi