Click or drag to resize

ComponentDataProviderTComponent, TDataAddListener Method

Register listener at target to be informed if its value changed. The target is already checked for null reference.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract void AddListener(
	TComponent target
)

Parameters

target
Type: TComponent
Target to add listener to.
See Also