This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

onloadstart

Property of dom/Elementdom/Element

Syntax

var result = element.onloadstart;
element.onloadstart = value;

Notes

Remarks

This event fires when a method starts to read a Blob object. This event is dispatched first and occurs only one time. Indicates that the creation or load of an object is started.

Syntax

Event handler parameters

pEvtObj [in]
Type: ****IHTMLEventObj****

See also

Related pages

Attributions