Click or drag to resize

ViewboxChangedRoutedEventArgs Class

Routed event args used to notify that the current Viewbox value on ZoomPanel has changed
Inheritance Hierarchy

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public class ViewboxChangedRoutedEventArgs : RoutedEventArgs

The ViewboxChangedRoutedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNewRotationAngle
New Rotation Angle. If the value is changed, the changed value will be applied as the new RotationAngle value
Public propertyNewViewboxValue
New Viewbox Value. If the value is changed, the changed value will be applied as the new Viewbox value
Public propertyOldRotationAngle
Old Rotation Angle
Public propertyOldViewboxValue
Old Viewbox Value
Top
See Also