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.
| Method | Description |
|---|---|
| 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 |
|
Build date: 12/5/2012