User control events on windows form
I have a user control that contains a tab control on it. The control is used on a form. When I debug/test the control events (by running the app and loading the form), they don't seem to be firing on the form. I want to take action when the user changes tabs.
Thanks in advance.
Daniel