Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |