Click or drag to resize

DataContextMediatorTView, TContextOnRemove Method

This method fires just before a GameObject will be destroyed. Override to clean up any listeners, or anything else that might keep the View/Mediator pair from being garbage collected.

Namespace:  Slash.Unity.DataBind.StrangeIoC
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override void OnRemove()
See Also