Silverlight - how to make "up" Event
I have 开发者_Python百科an user control with elements inside. And this User control displays in popup window. I should hide popup window when user mouse leave from popup, so I should catch mouse leave from elements on user control. How to do it?
精彩评论