GemBox.PdfViewer
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PageNavigationFieldEventMap Interface

    Namespace:
    @gembox/pdfviewer
    Assembly:
    @gembox/pdfviewer

    PageNavigationFieldEventMap is an interface used to provide type-safe event listeners and is not instantiated or used directly. It maps event names to their corresponding event object types and is consumed by addEventListener to ensure correct typing of listener callbacks.

    • TypeScript
    export declare interface PageNavigationFieldEventMap

    Fields

    inputChanging

    Event fired when the input value is about to change.

    • TypeScript
    inputChanging: PageInputChangingEvent;
    Field Value
    PageInputChangingEvent

    inputChanged

    Event fired when the input value has changed and page navigation occurs.

    • TypeScript
    inputChanged: PageInputChangedEvent;
    Field Value
    PageInputChangedEvent
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.