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
You must be declaring the event and delegate within the Namespace. Try to bring the code within the class Scope. It will run fine.
event
delegate
Namespace
class