Click or drag to resize

DataContextMediatorTView, TContextUnregisterContext Method

Called when the mediator should unregister itself from the specified context. E.g. remove listeners to events.

Namespace:  Slash.Unity.DataBind.StrangeIoC
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected virtual void UnregisterContext(
	TContext context
)

Parameters

context
Type: TContext
Context to unregister from.
See Also