!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Lecture 15: Event-based Programming
Lecture 15

Event-Based Programming

Ketan Mayer-Patel

University of North Carolina

Overview

Another reason why Microsoft is Evil

Observe

Event Names

Example 1

Event Data

Example 2

Example 2 Problems

Stopping Default Behavior

Example 3

Event Propagation

Example 4

Fixing Drag/Drop

Example 5