i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > IRecordsContextEvents > removeEventListener

    commands.IRecordsContextEvents.removeEventListener() method

    Removes an event listener for changes to the records in a particular context.

    Signature:

    removeEventListener(type: 'recordscontextchange', listener: RecordsContextChangeListener): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    type 'recordscontextchange' The type of event to unsubscribe from.
    listener RecordsContextChangeListener A function that was previously added as a listener.

    Returns:

    void

    In this article
    Back to top © N. Harris Computer Corporation