Click or drag to resize

ComponentDataSynchronizerTComponent, TDataSetComponentValue Method

Sets a new data 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 override void SetComponentValue(
	Object newContextValue
)

Parameters

newContextValue
Type: SystemObject
Data value to set.
See Also