.NET Framework Class Library

DocumentViewer.ZoomChanged Event

<< Click to Display Table of Contents >>

.NET Framework Class Library

DocumentViewer.ZoomChanged Event

Occurs when the end-user changes the page magnification in the viewer.

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Public Event ZoomChanged As EventHandler(Of ZoomChangedEventArgs)

C#

public event EventHandler<ZoomChangedEventArgsZoomChanged

Visual C++

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

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.Xamarin Namespace