Click or drag to resize

BaseMiniMapPreviewViewboxChanged 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 BaseMiniMapViewboxChangedRoutedEventHandler PreviewViewboxChanged

Value

Type: Ab2d.ControlsBaseMiniMapViewboxChangedRoutedEventHandler
See Also