If I am assigning an event handler at runtime and it is in a spot that can be called multiple times, what is the recommended practice to prevent multiple assignments of the
I tend to add an event handler in a path that's executed once, for example in a constructor.