WinJS.Application.removeEventListener function

Removes an event listener from the WinJS.Application object.

Syntax

WinJS.Application.removeEventListener(type, listener, useCapture);

Parameters

  • type
    Type: string

    The type (name) of the event.

  • listener
    Type: Function

    The listener to remove.

  • useCapture
    Type: Object

    Specifies whether or not to initiate capture.

Return value

This function does not return a value.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Application