.NET Framework Class Library
DocumentViewer.ZoomValuesUpdated Event
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Events > DocumentViewer.ZoomValuesUpdated Event |
Occurs when the viewer calculates standard zoom values.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Event ZoomValuesUpdated As EventHandler(Of ZoomValuesUpdatedEventArgs) |
C# |
public event EventHandler<ZoomValuesUpdatedEventArgs> ZoomValuesUpdated |
Visual C++ |
public: |