.NET Framework Class Library

PaginatedView.ZoomValuesUpdated 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.ZoomValuesUpdated Event

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Public Event ZoomValuesUpdated As EventHandler(Of ZoomValuesUpdatedEventArgs)

C#

public event EventHandler<ZoomValuesUpdatedEventArgsZoomValuesUpdated

Visual C++

public:
virtual  event EventHandler<ZoomValuesUpdatedEventArgs^>^ ZoomValuesUpdated {
 void add (EventHandler<ZoomValuesUpdatedEventArgs^>^ value);
 void remove (EventHandler<ZoomValuesUpdatedEventArgs^>^ value);
}

Implements

IPaginatedView.ZoomValuesUpdated

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace