Click or drag to resize

ZoomFontSizeOnMouseWheelBehaviorOnDetaching Method

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

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