Click or drag to resize

DataContextViewTContextContextChangedDelegate Delegate

Delegate for the ContextChanged event.

Namespace:  Slash.Unity.DataBind.StrangeIoC
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public delegate void ContextChangedDelegate(
	TContext newContext,
	TContext oldContext
)

Parameters

newContext
Type: TContext
New context of the view.
oldContext
Type: TContext
Old context of the view.
See Also