How to Instantiate a Custom EventArgs Class that has no Accessible Constructor?
- by Motig
I have a problem; I'm using an external library where one particular event has its own custom eventargs; with no constructor. If I want to throw my own event using these eventargs, how can I?
I'll give more detail if asked, but I'm not sure what exactly I should be giving. :)