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.4.5
Syntax
public delegate void DocumentLoadCallback(
	ref DocumentInfo info
)

Parameters

info  DocumentInfo
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