Click or drag to resize

DataTreeRemoveListener Method

Removes the callback from the specified path.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void RemoveListener(
	string path,
	Action<Object> onValueChanged
)

Parameters

path
Type: SystemString
Path to remove callback from.
onValueChanged
Type: SystemActionObject
Callback to remove.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if path is invalid for this tree.
See Also