Share via


BindingBase.ThrowIfApplied Method

Definition

Throws InvalidOperationException if the binding has already been applied.

protected:
 void ThrowIfApplied();
protected void ThrowIfApplied();
member this.ThrowIfApplied : unit -> unit
Protected Sub ThrowIfApplied ()

Exceptions

The binding has already been applied.

Remarks

Used by property setters to prevent mutation after the binding has been attached to a target.

Applies to