Rank: Member Groups: Member
Joined: 11/13/2014 Posts: 13
|
I am trying to catch the MouseEnter event in EO.WebBrowser.WPF.WebControl, but it is not firing. Is this an issue with 2014.0.33?
<eo:WebControl x:Name="wc" MouseEnter="wc_MouseEnter">
void wc_MouseEnter(object sender, MouseEventArgs e) { throw new NotImplementedException(); }
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
We have confirmed this to be a limitation of the current version. We will add MouseEnter and MouseLeave on WebView class in our next build. Note that this is still not the same as MouseEnter/MouseLeave on the UIElement. The WebControl's MouseEnter/MouseLeave event still won't fire since these two events will be on the WebView class.
Thanks!
|