WinJS.Utilities.eventMixin object

1 out of 3 rated this helpful - Rate this topic

A mixin that contains event-related functions.

Syntax


WinJS.Class.mix(EventObject, eventMixin);

Members

The eventMixin object has these types of members:

Methods

The eventMixin object has these methods.

MethodDescription
addEventListener

Adds an event listener to the control.

dispatchEvent

Raises an event of the specified type and with the specified additional properties.

removeEventListener

Removes an event listener from the control.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.Utilities

Library

Base.js

 

 

Build date: 12/5/2012

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