onfinish event

Fires when marquee looping is complete.

Syntax

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

 

Event information

Synchronous No
Bubbles No
Cancelable Yes

 

Event handler parameters

Standards information

There are no standards that apply here.

Remarks

A value greater than 1 and less than infinity must be set on the IHTMLBGsound::loop attribute for this event to fire.

Marquee ceases to loop.

To invoke this event, do one of the following:

The pEvtObj parameter is required for the following interfaces:

See also

Reference

IHTMLBGsound::loop

HTMLMarqueeElementEvents2::onstart