Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: How to change error message of IntergerUpDown

$
0
0
Yes exactly. Here what i do :
public void Editor_InputValidationError(Object sender, InputValidationErrorEventArgs e)
        {
            System.Windows.MessageBox.Show(e.Exception.Message);
        }

Viewing all articles
Browse latest Browse all 4964

Trending Articles