Closed GoogleCodeExporter closed 8 years ago
Sorry I only just saw this. I think when I updated the event methods I missed
something...let me take a look and get back to you.
Thanks.
Original comment by fraser.c...@gmail.com
on 16 Jul 2013 at 7:17
This should be fixed now, I believe the mark of the web addition was causing
some issue.
geWebBrowser1.AddEventListener(ge.getGlobe(), EventId.Click);
geWebBrowser1.KmlEvent += (o, e) =>
{
// show the event data...
MessageBox.Show(e.Data, e.Message); //KmlMouseEvent click
};
Works as expected.
Original comment by fraser.c...@gmail.com
on 17 Jul 2013 at 5:39
Original issue reported on code.google.com by
lxqian...@gmail.com
on 14 Jun 2013 at 3:14