WinJS.Application.removeEventListener function

This topic has not yet been rated - Rate this topic

Removes an event listener from the control.

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 supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.Application

Library

Base.js

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.