Apitron.PDF.Kit library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Kit.Interactive.NavigationNavigatedEventArgs
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a navigation event args.
Inheritance Hierarchy
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
The NavigatedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NavigatedEventArgs(Page, Page) |
Initializes a new instance of the NavigatedEventArgs class.
|
![]() | NavigatedEventArgs(Page, Page, Boundary) |
Initializes a new instance of the NavigatedEventArgs class.
|
![]() | NavigatedEventArgs(Page, Page, Boundary, Object) |
Initializes a new instance of the NavigatedEventArgs class.
|
Properties
Name | Description | |
---|---|---|
![]() | Boundary |
Gets the navigation area.
|
![]() | NewPage |
Gets the new page.
|
![]() | OldPage |
Gets the old page.
|
![]() | Tag |
Gets or sets an associated object.
|
See Also