- WPF - Multimedia
- WPF - 3D Graphics
- WPF - 2D Graphics
- WPF - Interaction
- WPF - Localization
- WPF - Exception Handling
- WPF - Custom Controls
- WPF - Debugging
- WPF - Triggers
- WPF - Styles
- WPF - Templates
- WPF - Resources
- WPF - Data Binding
- WPF - Command Line
- WPF - Input
- WPF - Nesting Of Layout
- WPF - Layouts
- WPF - Controls
- WPF - Routed Events
- WPF - Dependency Properties
- WPF - Elements Tree
- WPF - XAML Overview
- WPF - Hello World
- WPF - Environment Setup
- WPF - Overview
- WPF - Home
WPF Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
WPF - Input
Windows Presentation Foundation (WPF) provides a powerful API with the help of which apppcations can get input from various devices such as mouse, keyboard, and touch panels. In this chapter, we will discuss the following types of input which can be handled in WPF apppcations −
Sr. No. | Inputs & Description |
---|---|
1 | There are different types of mouse inputs such as MouseDown, MouseEnter, MouseLeave, etc. |
2 | There are many types of keyboard inputs such as KeyDown, KeyUp, TextInput, etc. |
3 | RoutedCommands enable input handpng at a more semantic level. These are actually simple instructions as New, Open, Copy, Cut, and Save. |
4 | Windows 7 and its higher versions have the abipty to receive input from multiple touchsensitive devices. WPF apppcations can also handle touch input as other input, such as the mouse or keyboard, by raising events when a touch occurs. |