jedbartlet
Member
Is it possible to add extra parameters to event handlers. I want to add an id number to the event handler i defined so that i can see which object in the array has made the call. Is this possibele or are the only parameters allowed Object *sender, EventArgs *e? Any feed back appreciated.