mssitemodejumplistitemremoved | onmssitemodejumplistitemremoved event

Occurs when msSiteModeShowJumpList is called, and an item has been removed from a Jump List by the user.

Internet Explorer 9

 

Syntax

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

 

Event information

Synchronous No
Bubbles No
Cancelable No

 

Event handler parameters

Standards information

There are no standards that apply here.

Remarks

This event is raised once for every item that has been removed since the last time msSiteModeShowJumpList was called. This event is not triggered if msSiteModeClearJumpList has been called.

The onmssitemodejumplistitemremoved event is available only to documents that are launched from a pinned site shortcut. For more information, see msAddSiteMode.

To invoke this event, do one of the following:

See also

document

Reference

msAddSiteMode

msSiteModeShowJumpList