Click or drag to resize

ViewboxExActualViewboxChanged Event

ActualViewboxChanged occurs after the ActualViewbox value is changed.

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

Value

Type: Ab2d.ControlsViewboxExActualViewboxChangedEventHandler
Remarks

ActualViewbox property describes the acually visible area of the content.

ActualViewbox value can be different from Viewbox because of different aspect ratios of the ViewboxEx, content and Viewbox.

  • Viewbox property is changed.
  • Content of ViewboxEx is changed.
  • Size of ViewboxEx is changed.
  • Scroll in ScrollViewer that hosts ViewboxEx is changed.
See Also