Click or drag to resize

DataBindingOperatorRemoveBinding Method

Removes and deinitializes the specified binding.

Namespace:  Slash.Unity.DataBind.Core.Presentation
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