Click or drag to resize

DataNodeOnValueChanged Method

Invokes the ValueChanged event.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected void OnValueChanged(
	Object newValue
)

Parameters

newValue
Type: SystemObject
New value.
See Also