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
Methods
BeginInvoke(HtmlDocument, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(HtmlDocument document, AsyncCallback callback, object @object)
Parameters
document
HtmlDocumentcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(HtmlDocument)
public virtual void Invoke(HtmlDocument document)
Parameters
document
HtmlDocument