Click or drag to resize

DataContextViewTContextRegisterContext Method

Called when the view should register itself to the specified context. E.g. add listeners to events.

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

Parameters

context
Type: TContext
Context to register to.
See Also