Click or drag to resize

INodeValueObserver Interface

Interface for a value observer of a data node.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public interface INodeValueObserver

The INodeValueObserver type exposes the following members.

Events
  NameDescription
Public eventValueChanged
Called when the value of the node changed.
Top
See Also