What are input events
Events coming from keyboard, stylus, multi touch screen
What are routed events
A routed event is a type of event that can invoke handlers on multiple listeners in an element tree, rather than just on the object that raised the event.
What are 2 types of elements tree
2. Visual element tree
What are 3 routing strategies of routed events
What is the purpose of handler mark
It means there is no need to further process it.