Removes the specified binding.
public void removeBinding( DataBinding removeBinding )
public void removeBinding( Object target, String propertyName )
removeBinding
A DataBinding object that represents the binding to remove.
target
The object to remove the binding from.
propertyName
The name of the property to remove the binding from.
See Also addBinding, clearBindings