Freezable::OnFreezablePropertyChanged Method (DependencyObject^, DependencyObject^)
.NET Framework (current version)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: