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

    Show / Hide Table of Contents

    ButtonClickingEvent Interface

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

    Represents an event that is emitted when a button is clicked.

    • TypeScript
    export declare interface ButtonClickingEvent extends ViewerEvent
    Remarks

    This interface defines the structure of the buttonClicking event, which includes a reference to the button that was clicked through the source property.

    Fields

    source

    The button that was clicked.

    • TypeScript
    readonly source: BasicButtonUI;
    Field Value
    BasicButtonUI

    Inherited Fields

    defaultPrevented

    Gets a value indicating whether the event's default action has been canceled.

    (Inherited from ViewerEvent)

    Inherited Methods

    preventDefault

    Cancels the event if it is cancelable, without stopping further propagation of the event.

    (Inherited from ViewerEvent)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.