Click or drag to resize

NavigatorSliderValueChangedRoutedEventArgs Class

Routed event args used to notify that the zoom slider value in ZoomPanelNavigator has changed. The NewZoomFactor value can be changed in the event handler.
Inheritance Hierarchy

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

The NavigatorSliderValueChangedRoutedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNewSliderValue
New slider value
Public propertyNewZoomFactor
New ZoomFactor calculated from new slider value. The value can be changed in the event handler.
Public propertyOldSliderValue
Old slider value
Public propertyOldZoomFactor
Old ZoomFactor value.
Top
See Also