Freezable.WritePostscript Method

Definition

Raises the Changed event for the Freezable and invokes its OnChanged() method. Classes that derive from Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties.

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

Notes to Inheritors

Classes that derive from Freezable should call this method at the end of any API that modifies a class member that is not stored as a DependencyProperty.

Applies to