Advertuse

Search This Blog

Your Ad Here
Showing posts with label Winform. Show all posts
Showing posts with label Winform. Show all posts

Tuesday, 21 June 2011

how to make comman control event for all child control of container

Hi friends
so time in my winform base project, I get scenario where the requirement was to assign a click event handler to all child/dynamic Controls contained in a .NET User Control. This is a simple technique but I found there was no good documentation on how to do this.