BindableObject.UnapplyBindings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unapplies all previously set bindings.
protected void UnapplyBindings();
member this.UnapplyBindings : unit -> unit
Remarks
This method removes all current bindings from the current context.
<block subset="none" type="note">Changing a bound property requires that the binding count for a bound property must be 0. The UnapplyBindings() method merely decrements the count, and does not remove all bindings everywhere.</block>