C# Custom EventArgs with no constructor?

Posted by Motig on Stack Overflow See other posts from Stack Overflow or by Motig
Published on 2010-04-04T00:37:34Z Indexed on 2010/04/04 0:43 UTC
Read the original article Hit count: 406

Filed under:
|

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. :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about eventargs