So any ExtJS component has the destroy event to which attach listeners. What is the "inverse" of this event, i.e. an event that one can attach listeners to on component creation or initialization?
What did I try? I tried to hook into initComponent and constructor functions, but I'd rather have a solution that relies on event listeners.