Click or drag to resize

ComponentDataSynchronizerOnComponentValueChanged Method

Has to be called by derived classes when the value of the component has changed.

Namespace:  Slash.Unity.DataBind.Foundation.Synchronizers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected void OnComponentValueChanged(
	Object newComponentValue
)

Parameters

newComponentValue
Type: SystemObject

[Missing <param name="newComponentValue"/> documentation for "M:Slash.Unity.DataBind.Foundation.Synchronizers.ComponentDataSynchronizer.OnComponentValueChanged(System.Object)"]

See Also