Click or drag to resize

ComposablePartWithContextTOnCompositionContextChanged Method

Called when the composition context has changed. The base implementations raised the PropertyChanged event.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
protected virtual void OnCompositionContextChanged(
	T oldValue,
	T newValue
)

Parameters

oldValue
Type: T
The old value.
newValue
Type: T
The new value.
See Also