This is a migrated thread and some comments may be shown as answers.

DoubleClick

1 Answer 122 Views
DesktopAlert
This is a migrated thread and some comments may be shown as answers.
konrad
Top achievements
Rank 1
konrad asked on 14 Sep 2018, 01:34 PM

The code below does not trigger:

RadDesktopAlert.Popup.DoubleClick += Popup_DoubleClick;
RadDesktopAlert.Popup.AlertElement.DoubleClick += Popup_DoubleClick;
RadDesktopAlert.Popup.AlertElement.CaptionElement.DoubleClick += Popup_DoubleClick;
RadDesktopAlert.Popup.AlertElement.ContentElement.DoubleClick += Popup_DoubleClick;

 

Is there any way to capture a double click?

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 17 Sep 2018, 11:28 AM
Hello Dominik,

We have investigated the reported behavior and the DoubleClick events are not fired because the WM_LBUTTONDBLCLK message is not reaching the popup. A possible solution for detecting double clicks is to use a timer. 

I am attaching my test project. Let me know if you need further assistance.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
DesktopAlert
Asked by
konrad
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or