when Object Removed
Adds an Action
to be executed when an object is removed from this collection.
Return
the supplied action
Parameters
action
The action to be executed
Adds a closure to be called when an object is removed from this collection. The removed object is passed to the closure as the parameter.
Parameters
action
The closure to be called