I have several textbox
fields in my WPF
application that have max character lengths set.
The Problem:
If you paste a string that is too long, then it truncates that string to fit the max length.
The Question:
How can I check that on pasting to a textbox
control if the character count for contents that is being pasted is greater than the max character length set for that textbox
?