Click or drag to resize

Document HtmlUrlLoadHandler Delegate

Represents a method that will handle the HtmlUrlLoad event, providing the sender and event arguments.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public delegate void HtmlUrlLoadHandler(
	Object sender,
	DocumentHtmlUrlLoadEventArgs e
)

Parameters

sender
Type: System Object
e
Type: Spire.Doc Document HtmlUrlLoadEventArgs
See Also