Click or drag to resize

DataNodeValueChanged Event

Called when the value of this node changed.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public event Action<Object> ValueChanged

Value

Type: SystemActionObject

Implements

IDataNodeValueChanged
See Also