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