onmssitemodejumplistitemremoved event
Occurs when msSiteModeShowJumpList is called, and an item has been removed from a Jump List by the user.
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
- pEvtObj [in]
Type: IHTMLEventObj
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 HTMLDocumentEvents4::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:
- Remove an item from the Jump List, then call msSiteModeShowJumpList.
See also
Reference