Вопрос

I have a user control with a WindowsHostControl that hosts a 3rd party video control. I want to be able to capture mouse click event when mouse is clicked on the video. I tried attaching an event to WindowsFormsHost control, but it never triggers. How do I go about intercepting the mouse click?

Это было полезно?

Решение 2

I solved the issue by attaching event handler to the Child element contained inside WindowsFormsHost.

Другие советы

Capture PreviewMouseDown instead.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top