C# Get Events of a Control inside a Custom Control

Posted by Wildhorn on Stack Overflow See other posts from Stack Overflow or by Wildhorn
Published on 2010-06-17T15:44:33Z Indexed on 2010/06/17 15:53 UTC
Read the original article Hit count: 193

Filed under:
|
|
|

I have a listbox inside a custom control. I use this custom control into a form. I would like to be able to get the listbox index changed event when I am working into the form. How can I do that?

© Stack Overflow or respective owner

Related posts about c#

Related posts about event