.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 >

.NET Framework Class Library

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)

Syntax

Visual Basic

Public Event ZoomListUpdated As EventHandler(Of EventArgs)

C#

public event EventHandler<EventArgsZoomListUpdated

Visual C++

public:
 event EventHandler<EventArgs^>^ ZoomListUpdated {
 void add (EventHandler<EventArgs^>^ value);
 void remove (EventHandler<EventArgs^>^ value);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.Xamarin Namespace