Click or drag to resize

ContextRemoveListener Method

Removes the callback from the specified path of the context.

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.

Implements

IDataContextRemoveListener(String, ActionObject)
Exceptions
ExceptionCondition
ArgumentExceptionThrown if path is invalid for this context.
See Also