The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinJS.Resources.dispatchEvent function

Raises an event of the specified type and with the specified additional properties.
Syntax
WinJS.Resources.dispatchEvent(type, details);
Parameters
- type
-
Type: String
The name of the event to raise.
- details
-
Type: Object
The set of additional properties to attach to the event object.
Return value
This function does not return a value.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Resources |
See also
Show: