.NET Framework Class Library

DocumentViewer.ZoomChanged Event

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentViewer.ZoomChanged Event

Occurs when current level of page magnification has changed.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Event ZoomChanged As ZoomChangedEventHandler

C#

public event ZoomChangedEventHandler ZoomChanged

Visual C++

public:
 event ZoomChangedEventHandlerZoomChanged {
 void add (ZoomChangedEventHandlervalue);
 void remove (ZoomChangedEventHandlervalue);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace