In the good old MFC, DDX routines would be built in validation for form entries. For example, it was possible to automatically check whether a user was entered into a string in a text field intended for entering numerical data.
Is there such a mechanism in Winforms? Obviously, you can add handlers for onChange events, etc. And do the processing there, but I ask if there is any built-in mechanism.
thanks
source
share