Click or drag to resize

DocumentLoadCallback Delegate

Represents a method to be called when a document is loaded.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
public delegate void DocumentLoadCallback(
	ref DocumentInfo info
)

Parameters

info
Type: Microsoft.ClearScriptDocumentInfo
A structure containing meta-information for the document.
Remarks
The callback can modify the document meta-information by specifying or overriding any of its mutable properties.
See Also