.NET Framework Class Library
DocumentViewer.ZoomChanged Event
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Events > DocumentViewer.ZoomChanged Event |
Occurs page the end-user changes the page magnification in the viewer.
Namespace: Gnostice.Controls.WinForms
Assembly: Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)
Visual Basic |
Public Event ZoomChanged As EventHandler(Of ZoomChangedEventArgs) |
C# |
public event EventHandler<ZoomChangedEventArgs> ZoomChanged |
Visual C++ |
public: |