.NET Framework Class Library

ZoomChangedEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > ZoomChangedEventArgs Class >

.NET Framework Class Library

ZoomChangedEventArgs Constructor

Creates an instance of this class.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Sub New ( _
 routedEvent As RoutedEvent, _
 source As Object, _
 zoomValue As Double, _
 stdZoomMode As ZoomMode _
)

C#

public ZoomChangedEventArgs(
 RoutedEvent routedEvent,
 Object source,
 double zoomValue,
 ZoomMode stdZoomMode
)

Visual C++

public:
ZoomChangedEventArgs(
 RoutedEventroutedEvent,
 Objectsource,
 double zoomValue,
 ZoomMode stdZoomMode
)

Parameters

routedEvent

Type: System.Windows.RoutedEvent

source

Type: System.Object

zoomValue

Type: System.Double

Current level of page magnification.

stdZoomMode

Type: Gnostice.Core.Viewer.ZoomMode

Type of page magnification.

See Also

ZoomChangedEventArgs Class

ZoomChangedEventArgs Members

Gnostice.Controls.WPF Namespace