onModelUnbound

abstract fun onModelUnbound(model: T, view: V)

This will be called immediately after a model is unbound from a view, with the view and modelthat were unbound.