PostProcessDomEventArgs public class PostProcessDomEventArgs : EventArgs Provides data for the PostProcessDom event. Documentation Code public IHtmlDocument Document { get; set; } Gets or sets the document. public PostProcessDomEventArgs() Initializes a new instance of the PostProcessDomEventArgs class.