Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser MouseEnter not working in WPF Options
crenzi
Posted: Monday, December 29, 2014 10:03:56 AM
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();
}
eo_support
Posted: Monday, December 29, 2014 7:03:10 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.