Click or drag to resize

ZoomModeChangedRoutedEventArgs Class

Routed event args used to notify that the current zoom mode 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 ZoomModeChangedRoutedEventArgs : RoutedEventArgs

The ZoomModeChangedRoutedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNewZoomMode
New ZoomMode
Public propertyOldZoomMode
Old ZoomMode
Top
See Also