TextElement::OnPropertyChanged Method (DependencyPropertyChangedEventArgs)
.NET Framework (current version)
Handles notifications that one or more of the dependency properties that exist on the element have had their effective values changed.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnPropertyChanged( DependencyPropertyChangedEventArgs e ) override
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: