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: StringThe name of the event to raise.
details
Type: ObjectThe 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 |