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.

onabort

Summary

Indicates that the read has been aborted (for example, by calling abort()).

Property of apis/file/MSStreamReaderapis/file/MSStreamReader

Syntax

var result = element.onabort;
element.onabort = value;

Notes

Remarks

Aborts a read by, or a creation of, an msStreamReader object. To invoke this event, do one of the following:

The pEvtObj parameter is required for the following interfaces:

Syntax

Event handler parameters

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

See also

Related pages

Attributions