On a wpf TextBox that has an TextChanged event, it seems to only fires when focus is taken away from the textbox; but not as individual characters are typed in.
Is there an event similar to TextChanged that fires immediately when a character is typed into the textbox, rather than when focus changes?