in my WPF textbox i have validated it on following events
TextChanged
PreviewTextInput
so that user cannot allow special characters in it , but user is able to paste the special character either through ctrl+v key or by right click of mouse and paste.
How to validate these two extra events on textbox.
XAML:
Code behind :