x4js - v2.2.49
    Preparing search index...

    Interface SelectEvents

    interface SelectEvents {
        change: EvChange;
        context?: any;
        defaultPrevented?: boolean;
        focus: EvFocus;
        propagationStopped?: boolean;
        source?: CoreElement;
        type?: string;
        preventDefault?(): void;
        stopPropagation?(): void;
    }

    Hierarchy (View Summary)

    Index
    change: EvChange
    context?: any
    defaultPrevented?: boolean
    focus: EvFocus
    propagationStopped?: boolean
    source?: CoreElement
    type?: string