Click or drag to resize

ContextHolderContextChangedDelegate Delegate

Delegate for ContextChanged event.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public delegate void ContextChangedDelegate(
	Object newContext
)

Parameters

newContext
Type: SystemObject
New context.
See Also