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

Re: EventArgs by AlexS

AlexS
Fri Oct 24 12:44:50 CDT 2003

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

"news.microsoft.com" <anonymouse@discussions.microsoft.com> wrote in message
news:OAP2EwjmDHA.1764@tk2msftngp13.phx.gbl...
> 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
>
>