Click or drag to resize

BaseMiniMap.PreviewViewboxChanged Event

PreviewViewboxChanged occurs before the Viewbox value is changed (user moved the rectangle in MiniMap). The event can be used to prevent the change of viewbox (set Handled property to true), or change the new viewbox value before the change is applied.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public event BaseMiniMap. ViewboxChangedRoutedEventHandler PreviewViewboxChanged

Value

Type: Ab2d.Controls.BaseMiniMap.ViewboxChangedRoutedEventHandler
See Also