Click or drag to resize

DataContextNodeConnectorSetValueListener Method

Sets the callback which is called when the value of the monitored data in the context changed.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Object SetValueListener(
	Action<Object> onValueChanged
)

Parameters

onValueChanged
Type: SystemActionObject
Callback to invoke when the value of the monitored data in the context changed.

Return Value

Type: Object
Initial value.
See Also