Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

update | onupdate event

Occurs when an append or remove operation has completed successfully.

Important  This event is not supported in Internet Explorer 11 on Windows 7.
 
HTML5 A vocabulary and associated APIs for HTML and XHTMLIE11

 

Syntax

HTML Attribute <element onupdate = "handler(event)">
Event Property object.onupdate = handler;
addEventListener Method object.addEventListener("update", handler, useCapture)

 

Event information

SynchronousNo
BubblesNo
CancelableNo

 

Event handler parameters

handler [in]

Type: function

Event handler object.

Standards information

Remarks

This event occurs when updating changes from true to false.

See also

SourceBuffer

 

 

Show:
© 2017 Microsoft