NavigatedEventArgs Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a navigation event args.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Apitron.PDF.Kit.Interactive.NavigationNavigatedEventArgs

Namespace:  Apitron.PDF.Kit.Interactive.Navigation
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public class NavigatedEventArgs : EventArgs

The NavigatedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodNavigatedEventArgs(Page, Page)
Initializes a new instance of the NavigatedEventArgs class.
Public methodNavigatedEventArgs(Page, Page, Boundary)
Initializes a new instance of the NavigatedEventArgs class.
Public methodNavigatedEventArgs(Page, Page, Boundary, Object)
Initializes a new instance of the NavigatedEventArgs class.
Top
Properties

  NameDescription
Public propertyBoundary
Gets the navigation area.
Public propertyNewPage
Gets the new page.
Public propertyOldPage
Gets the old page.
Public propertyTag
Gets or sets an associated object.
Top
See Also

Reference