Silverlight provides a set of events that enable your application to respond to mouse (or stylus) actions, such as moving or clicking the mouse (or a stylus). This topic describes each event and how to write handlers for the event.
Silverlight provides a set of keyboard events that enable your application to respond to keystroke actions. This topic describes each event and how to write handlers for the event, as well as use support classes.
Focus is an input system concept that is relevant to controls in Silverlight. The control that is currently focused can receive the keyboard input events KeyUp and KeyDown and can thus use keyboard input. This topic describes general focus principles as well as focus events and the Focus method.