HtmlWeb.PreHandleDocumentHandler Delegate

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Represents the method that will handle the PreHandleDocument event.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public delegate void PreHandleDocumentHandler(
	HtmlDocument document
)
Visual Basic
Public Delegate Sub PreHandleDocumentHandler ( _
	document As HtmlDocument _
)
Visual C++
public delegate void PreHandleDocumentHandler(
	HtmlDocument^ document
)

Parameters

document
Type: HtmlAgilityPack..::..HtmlDocument

See Also