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?