Click or drag to resize

PopupListDataSetterUpdateTargetValue Method

Called when data value on target should be updated.

Namespace:  Slash.Unity.DataBind.UI.NGUI.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override void UpdateTargetValue(
	UIPopupList target,
	Object value
)

Parameters

target
Type: (Default Namespace)UIPopupList
Target to update.
value
Type: SystemObject
Value to set on target.
See Also