WinJS.Utilities.eventHandler function

This topic has not yet been rated - Rate this topic

Marks a event handler function as being compatible with declarative processing.

Syntax


var object = WinJS.Utilities.eventHandler(handler);

Parameters

handler

Type: Object

The handler to be marked as compatible with declarative processing.

Return value

Type: Object

The handler, marked as compatible with declarative processing.

Requirements

Namespace

WinJS.Utilities

Library

Ui.js

 

 

Build date: 12/5/2012

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