Table of Contents

Delegate HtmlWeb.PreHandleDocumentHandler

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

Represents the method that will handle the PreHandleDocument event.

public delegate void HtmlWeb.PreHandleDocumentHandler(HtmlDocument document)

Parameters

document HtmlDocument
Represents the method that will handle the PreHandleDocument event.

Constructors

PreHandleDocumentHandler(object, nint)

public PreHandleDocumentHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(HtmlDocument, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(HtmlDocument document, AsyncCallback callback, object @object)

Parameters

document HtmlDocument
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(HtmlDocument)

public virtual void Invoke(HtmlDocument document)

Parameters

document HtmlDocument