Brunet.Applications.ConfigurationValidator.ValidEventHandler C# (CSharp) Method

ValidEventHandler() protected method

protected ValidEventHandler ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
return void
    protected void ValidEventHandler(object sender, ValidationEventArgs args) {
      _failed = true;
      _message = args.Message;
    }
  }
ConfigurationValidator