Eventhandlers conforming to the Click Delegate have a "sender" parameter that will allow you to determine the control that raised the event. In this case, you can use a defining property such as the ID of the control to find out which button was clicked.
- [DotNetDevelopment] C# event handling question. Nmacgre
- [DotNetDevelopment] Re: C# event handling question. Cerebrus
- [DotNetDevelopment] Re: C# event handling quest... Andrew Badera
- [DotNetDevelopment] Re: C# event handling q... Cerebrus
- [DotNetDevelopment] Re: C# event handli... Nasty Ninja
- [DotNetDevelopment] Re: C# event handling question. Awadhendra Tiwari
- [DotNetDevelopment] Re: C# event handling quest... Andrew Badera
