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

    Show / Hide Table of Contents

    ButtonEventMap Interface

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

    ButtonEventMap 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 ButtonEventMap
    Remarks

    This interface defines the types of events that can be emitted by a button component.

    Fields

    buttonClicking

    Event fired when a button is clicked.

    • TypeScript
    buttonClicking: ButtonClickingEvent;
    Field Value
    ButtonClickingEvent
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.