Freezable::WritePostscript Method ()
.NET Framework (current version)
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.
Assembly: WindowsBase (in WindowsBase.dll)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: