onmssitemodejumplistitemremoved event

[This documentation is preliminary and is subject to change.]

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)

Standards information

There are no standards that apply here.

Event information

Synchronous No
Bubbles No
Cancelable No

Event handler parameters

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

Reference

msAddSiteMode

msSiteModeShowJumpList

 

 

Build date: 1/23/2012