Share via


BindableObject.UnapplyBindings Method

Definition

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>

Applies to