event help
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
i want to type only numeric data for wpf textbox control.please help :(
-
i want to type only numeric data for wpf textbox control.please help :(
You've been told how to handle the PreviewKeyDown event. That's one way of accomplishing this, so please write the rest of your code yourself - it's a simple case of testing the key press.
Deja View - the feeling that you've seen this post before.