I have an event in a loop. I am trying to prevent the same method being added to an event more than once. I\'ve implemented the add and remove acce
add
remove
It seems that if you implement the EventHandler explicitly, you can't refer to the 'Property' when firing the event. You must refer to the backing store.
EventHandler