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
- FileReaderFileReader
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]