.NET Framework Class Library
DocumentViewer.PageChanged Event
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Events > DocumentViewer.PageChanged Event |
Occurs when the viewer navigates to a new page.
Namespace: Gnostice.Controls.WinForms
Assembly: Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)
Visual Basic |
Public Event PageChanged As EventHandler(Of PageChangedEventArgs) |
C# |
public event EventHandler<PageChangedEventArgs> PageChanged |
Visual C++ |
public: |