.NET Framework Class Library

PaginatedView.ZoomChanged Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.Xamarin Namespace > PaginatedView Class > PaginatedView Events >

.NET Framework Class Library

PaginatedView.ZoomChanged Event

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:
virtual  event EventHandler<ZoomChangedEventArgs^>^ ZoomChanged {
 void add (EventHandler<ZoomChangedEventArgs^>^ value);
 void remove (EventHandler<ZoomChangedEventArgs^>^ value);
}

Implements

IPaginatedView.ZoomChanged

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace