You must identify the label you want to change somehow.
There are three ways:
1. Give each label a name (by initialization method)
2. Give all labels the same name and identify the "sender" when clicked.
3. Use panel.GetView but you have to know the index of the label.