Add event to a child actor being destroyed

I think this method (delegate binding) does not do what OP asked directly in this context because unfortunately the OnDestroyed event can only accept self as an argument, i.e., the parent instead of any of its children if the event is set in the parent class.