Member Junction
    Preparing search index...

    Base class for cancelable attachment events. Listeners set Cancel = true to halt default behavior; the matching After* event will NOT fire.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    Cancel: boolean = false

    Set to true to cancel the default action. Default: false

    CancelReason?: string

    Optional reason string for cancellation (for debugging/notifications).