.NET Framework Class Library
DocumentViewer.PagesAdded 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.PagesAdded Event |
Occurs when the document viewer adds one or more pages to the main view panel.
Namespace: Gnostice.Controls.WinForms
Assembly: Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)
Visual Basic |
Public Event PagesAdded As EventHandler(Of PagesAddedEventArgs) |
C# |
public event EventHandler<PagesAddedEventArgs> PagesAdded |
Visual C++ |
public: |