BindingBase.ThrowIfApplied Method

Definition

Throws an InvalidOperationException if the binding has been applied.

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

Remarks

Use this method in property setters as bindings can not be changed once applied.

Applies to