How Do I: Use Event Handlers in a Windows 8 App?
How Do I
Oct 10, 2012 at 8:59 AM
ChrisCaldwell
and
Jeremy Foster
(1)
Abstract: One of the nicest things about JavaScript is the way it considers function. Instead of being wholly owned subsidiaries of classes, functions are as portable as any other object, and their arguments are dynamic too. This makes for some elegant event handling. In this screencast, Jeremy…