Click or drag to resize

ItemsControlCompositionBehaviorOnDetaching Method

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
protected override void OnDetaching()
Remarks
Override this to unhook functionality from the AssociatedObject.
See Also