HtmlParseEvent public class HtmlParseEvent : Event The event that is published in case of starting HTML parsing. Documentation Code public IHtmlDocument Document { get; } Gets the document, which is to be filled. public HtmlParseEvent(IHtmlDocument document, bool completed) Creates a new event for starting HTML parsing.