Click or drag to resize

DocumentSettingsAsyncLoadCallback Property

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

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public AsyncDocumentLoadCallback AsyncLoadCallback { get; set; }

Property Value

AsyncDocumentLoadCallback
See Also