.NET Framework Class Library

IPaginatedView.ZoomValuesUpdated Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > IPaginatedView Interface > IPaginatedView Events >

.NET Framework Class Library

IPaginatedView.ZoomValuesUpdated Event

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Event ZoomValuesUpdated As EventHandler(Of ZoomValuesUpdatedEventArgs)

C#

event EventHandler<ZoomValuesUpdatedEventArgsZoomValuesUpdated

Visual C++

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

See Also

IPaginatedView Interface

IPaginatedView Members

Gnostice.Core.Viewer Namespace