How to add an event to a UserControl in C#?

Viewed 56727

I have a UserControl which contains 3 labels. I want to add an event for it, which occurs when the text of one of the labels changed.
I am using Visual Studio 2010

6 Answers
Related