BindingBase.ThrowIfApplied 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.
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.