TextElement.OnPropertyChanged Method
Handles notifications that one or more of the dependency properties that exist on the element have had their effective values changed.
Namespace: System.Windows.Documents
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Protected Overrides Sub OnPropertyChanged ( _ e As DependencyPropertyChangedEventArgs _ )
Parameters
- e
- Type: System.Windows.DependencyPropertyChangedEventArgs
Arguments associated with the property value change. The Property property specifies which property has changed, the OldValue property specifies the previous property value, and the NewValue property specifies the new property value.
This method overrides FrameworkContentElement.OnPropertyChanged.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.