Click or drag to resize

ComposableContentControlOnPropertyChanged Method

Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs).

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
protected override void OnPropertyChanged(
	DependencyPropertyChangedEventArgs e
)

Parameters

e
Type: System.WindowsDependencyPropertyChangedEventArgs
The event data that describes the property that changed, as well as old and new values.
See Also