Register KeyDown and KeyUp handlers on a XAML TextBox, and inspect the key code for keyDown/Up events during keyboard interaction. Releasing the left Control/Shift/Alt keys will produce a KeyUp event ...
There seems to be an issue with the keyup event being fired on the wrong field when quickly tabbing to the next field after typing. The keyup event is being fired on the field that was tabbed to ...
27 January, 2012. It was a Friday. A few days ago I pushed some changes to the form validation up to my WatchMeCode website. I was trying to fix a scenario where a browser cache would have some of the ...