removeEventListener method
Collapse the table of content
Expand the table of content

eventMixin.removeEventListener method

Applies to Windows and Windows Phone

Removes an event listener from the control.

Syntax


eventMixin.removeEventListener(type, listener, useCapture);

Parameters

type

Type: string

The type (name) of the event.

listener

Type: function

The listener to remove.

useCapture

Type: Boolean

true if capture is to be initiated, otherwise false.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Utilities

See also

eventMixin

 

 

Show:
© 2017 Microsoft