onmssitemodejumplistitemremoved Event
Occurs when msSiteModeShowJumpList is called, and an item has been removed from a Jump List by the user.
Syntax
Event Property object.onmssitemodejumplistitemremoved = handler; DOM Events object.addEventListener( "mssitemodejumplistitemremoved", handler, bCapture); Internet Explorer 9 ![]()
attachEvent object.attachEvent( "onmssitemodejumplistitemremoved", handler); Internet Explorer only
Event Information
Bubbles No Cancels No To invoke Remove an item from the Jump List, then call msSiteModeShowJumpList. Default action N/A
Event Object Properties
In Internet Explorer 9, the type of event object depends on whether you use attachEvent or addEventListener to register the event handler. If you register the handler with addEventListener, an object of type MSSiteModeEvent is passed during the event. If you use attachEvent, the legacy event object is passed instead.
Available Properties
actionURL Gets the URL of a Jump List item that is removed.
Refer to the specific event object for additional event properties.
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.
Standards Information
There is no public standard that applies to this event.
Applies To
document, HTMLDocument Constructor
See Also
