EventArgs

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi,

Is there any sort of limitation on the amount or type of arguments that
can be passed in a type derived from EventArgs into a callback?

Basically this would be as limited as the type thats being passed right?

Fanks
 
Considering that user-defined type is "unlimited" there are no limitations.
Except purely physical - how many objects and handles you can create in
application.

HTH
Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top