Beispiel #1
0
 protected virtual void OnValidationError(ValidationErrorArgs e)
 {
     if(ValidationError != null)
     ValidationError(this, e);
 }