Sometimes I want to attach an event handler but I'm not sure if I've done it already to that object. My workaround is to remove it using -= then add it using += . Is there a better way?
Edit: The reason I want to make sure not to do it twice (or more) is that if I do, it will get fired twice (or more)