Click or drag to resize

DocumentSettingsLoadCallback Property

Gets or set an optional method to be called when a document is loaded.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.5
Syntax
public DocumentLoadCallback LoadCallback { get; set; }

Property Value

Type: DocumentLoadCallback
See Also