Click or drag to resize

ActiveSetterOnValueChanged 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 override void OnValueChanged(
	bool newValue
)

Parameters

newValue
Type: SystemBoolean
New data value.
See Also