Click or drag to resize

ComponentDataSynchronizerTComponent, TDataSetTargetValue Method

Sets a new value on the target component.

Namespace:  Slash.Unity.DataBind.Foundation.Synchronizers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract void SetTargetValue(
	TComponent target,
	TData newContextValue
)

Parameters

target
Type: TComponent
Target component to set value for.
newContextValue
Type: TData
Data value to set.
See Also