Freezable.WritePostscript 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.
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.