Click or drag to resize

ActualViewboxChangedEventArgs Class

Event args used to notify that the current ActualViewbox value on ViewboxEx has changed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab2d.ControlsActualViewboxChangedEventArgs

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

The ActualViewboxChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodActualViewboxChangedEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyNewActualViewboxValue
New Viewbox Value. If the value is changed, the changed value will be applied as the new Viewbox value
Public propertyOldActualViewboxValue
Old Viewbox Value
Top
See Also