WPF Events usually fall into one of five categories

  • Lifetime events : These events occur when the element is initialized, loaded, or unloaded.
  • Mouse events : These events are the result of mouse actions.
  • Keyboard events : These events are the result of keyboard actions (such as key presses).
  • Stylus events : These events are the result of using the pen-like stylus, which takes the place of a mouse on a Tablet PC.
  • Multitouch events : These events are the result of touching down with one or more fingers on a multitouch screen. They’re supported only in Windows 7 and Windows 8.

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Stop console process using Ctrl+C.

Alternative to IValueConvert, QuickConverter