Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. private void ValidationError(object sender, ValidationErrorEventArgs e)
  2. {
  3. if(e.Action == ValidationErrorEventAction.Added)
  4. {
  5. numberOfErrorsOnScreen++;
  6. }
  7. else
  8. {
  9. numberOfErrorsOnScreen--;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement