yes, you should use overloaded -= to unsubscribe an event.
simply assigning a reference to null will not do that automatically. The object will still be listening to that event.
yes, you should use overloaded -= to unsubscribe an event.
simply assigning a reference to null will not do that automatically. The object will still be listening to that event.