onloadend
Property of dom/Elementdom/Element
Syntax
var result = element.onloadend;
element.onloadend = value;
Notes
Remarks
This event is dispatched when the load ends due to an error or the load ends successfully. It occurs only one time. Indicates that the requested action is complete.
Syntax
Event handler parameters
- pEvtObj [in]
- Type: ****IHTMLEventObj****
See also
Related pages
- FileReaderFileReader
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]