Does destroying a component unbind it from the event?

If I create several collision boxes and bind them to the “BeginOverlap” event and then destroy them, then the component will still be in the event memory or not? That is, I want to know if I should unbind it from the event before destroying the component.