Click or drag to resize

ZoomPanelViewboxChanged Event

ViewboxChanged occurs after the Viewbox value is changed. If the zooming is animated the event fires when the animation begins - the NewValue is not the current Viewbox value but the final value when the animation will be completed.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public event ZoomPanelViewboxChangedRoutedEventHandler ViewboxChanged

Value

Type: Ab2d.ControlsZoomPanelViewboxChangedRoutedEventHandler
See Also