Click or drag to resize

SingleSetterTOnValueChanged Method

Called when the data binding value changed.

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract void OnValueChanged(
	T newValue
)

Parameters

newValue
Type: T
New data value.
See Also