Click or drag to resize

SetterRemoveBinding Method

Removes and deinitializes the specified binding.

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected void RemoveBinding(
	DataBinding binding
)

Parameters

binding
Type: Slash.Unity.DataBind.Core.PresentationDataBinding
Binding to remove.
See Also