Skip to content
Brain-Sys Srl edited this page Aug 19, 2015 · 4 revisions

When you need Curanza

Using Curanza you can execute a command:

  • when a TextBox matches a specified regular expression
  • when a FrameworkElement on a page is loaded and rendered on the screen

Using Curanza you can execute a command when the user:

  • press a specified key when a FrameworkElement has focus
  • swipe over any UIElement (up, down, left and right)
  • use the mouse wheel over any UIElement (up and down)
  • make a Hold gesture over any UIElement
  • make a double-tap gesture over any UIElement
  • perform a drag'n'drop operation

Other typical usage:

  • you can auto-select-all the content of a TextBox when it gets focus

Clone this wiki locally