Closed GoogleCodeExporter closed 8 years ago
Many thanks, I will take a look at this and make any changes as necessary.
Original comment by fraser.c...@gmail.com
on 25 Mar 2013 at 10:11
Ok yes good catch! The GEEventArgs constructor looks like it should handle this
- as Enum.TryParse will should default to EventId.None, however I think that
there is an issue with the argument being a number in the format "6.2.2" -
giving the error you saw.
Anyhow, the fix you suggested is the right thing here as the EventIds are
really for mouse events. I think that if I get the time I will separate out
what the GEEventArgs class handles into some less generic classes such as
`PluginReadyEventArgs`, etc.
Anyhow, the fix you suggested has been made - thanks again.
Fraser
Original comment by fraser.c...@gmail.com
on 25 Mar 2013 at 10:52
Original issue reported on code.google.com by
tracyJan...@gmail.com
on 25 Mar 2013 at 6:15