.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 > IPaginatedView.ZoomValuesUpdated Event |
Namespace: Gnostice.Core.Viewer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Event ZoomValuesUpdated As EventHandler(Of ZoomValuesUpdatedEventArgs) |
C# |
event EventHandler<ZoomValuesUpdatedEventArgs> ZoomValuesUpdated |
Visual C++ |
event EventHandler<ZoomValuesUpdatedEventArgs^>^ ZoomValuesUpdated { |