A Sandcastle Documented Class Library |
HtmlWeb..::..PreHandleDocumentHandler Delegate |
HtmlWeb Class See Also Send Feedback |
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