How to simulate array of events in C#? (like in VB6)

Posted by blez on Stack Overflow See other posts from Stack Overflow or by blez
Published on 2010-04-05T10:28:32Z Indexed on 2010/04/05 10:33 UTC
Read the original article Hit count: 220

Filed under:
|

I have an object with event handlers and I want to make something similar to VB6 to make array of that object. Something like: MyHandler(object sender, MyEventArgs e, int IndexOfObject) <-

© Stack Overflow or respective owner

Related posts about c#

Related posts about events