Acrux Html Parser Documentation
OnParserWarning Event
NamespacesAcrux.HtmlHtmlDocumentOnParserWarning
The events is raised when the parser encounters a problem typically due to not well formed or ambigious HTML.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<ParserWarningEventArgs> OnParserWarning
Public Event OnParserWarning As EventHandler(Of ParserWarningEventArgs)
public:
 event EventHandler<ParserWarningEventArgs^>^ OnParserWarning {
	void add (EventHandler<ParserWarningEventArgs^>^ value);
	void remove (EventHandler<ParserWarningEventArgs^>^ value);
}

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)