This documentation is archived and is not being maintained.
Freezable::OnFreezablePropertyChanged Method (DependencyObject, DependencyObject)
Visual Studio 2010
Ensures that appropriate context pointers are established for a DependencyObjectType data member that has just been set.
Assembly: WindowsBase (in WindowsBase.dll)
protected: void OnFreezablePropertyChanged( DependencyObject^ oldValue, DependencyObject^ newValue )
Parameters
- oldValue
- Type: System.Windows::DependencyObject
The previous value of the data member.
- newValue
- Type: System.Windows::DependencyObject
The current value of the data member.
This method should be called by Freezable inheritors each time a DependencyObject data member that is not stored as a DependencyProperty is set.
This method does not need to be called for DependencyObject data members that are stored using a DependencyProperty.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: